Searched refs:where (Results 401 - 425 of 465) sorted by relevance

<<111213141516171819

/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.cpp337 ToneProducer::PrepareToConnect(const media_source& what, const media_destination& where, media_format* format, media_source* out_source, char* out_name) argument
404 mOutput.destination = where;
491 ToneProducer::Disconnect(const media_source& what, const media_destination& where) argument
496 if ((where == mOutput.destination) && (what == mOutput.source))
507 what.id, where.id, mOutput.source.id, mOutput.destination.id);
585 // HandleMessage() is where you implement any private message protocols
845 // now fill it with data, continuing where the last buffer left off
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp111 virtual void MouseDown(BPoint where);
999 TabView::MouseDown(BPoint where) argument
1010 if (fadeTab != NULL && Selection() != 0 && fadeTabFrame.Contains(where)
1016 && modulesTabFrame.Contains(where) && modulesView != NULL) {
1022 BTabView::MouseDown(where);
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp111 MacDecorator::RegionAt(BPoint where, int32& tab) const argument
114 Region region = Decorator::RegionAt(where, tab);
119 if (fTopTab->look == B_DOCUMENT_WINDOW_LOOK && fResizeRect.Contains(where))
127 && fBorderRect.Contains(where) && !fFrame.Contains(where)) {
392 // Some odd stuff here where the title bar is melded into the
/haiku/src/kits/interface/
H A DTextControl.cpp519 BTextControl::MouseDown(BPoint where) argument
527 BTextControl::MouseMoved(BPoint where, uint32 transit, argument
530 BControl::MouseMoved(where, transit, dragMessage);
535 BTextControl::MouseUp(BPoint where) argument
537 BControl::MouseUp(where);
H A DMenu.cpp698 BMenu::FrameMoved(BPoint where) argument
700 BView::FrameMoved(where);
2367 BMenu::_UpdateStateClose(BMenuItem* item, const BPoint& where, argument
2383 if (fExtraRect != NULL && fExtraRect->Contains(where)) {
2552 // situation where trying to lock the looper would deadlock
2769 debugger("BMenu can't determine where to draw."
2786 BMenu::_CalcFrame(BPoint where, bool* scrollOn) argument
2790 BRect frame = bounds.OffsetToCopy(where);
2984 BMenu::_HitTestItems(BPoint where, BPoint slop) const argument
2990 if (!Bounds().Contains(where))
3397 BPoint where; local
[all...]
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.cpp263 ViewLayer::ViewAt(const BPoint& where, BRegion* windowContentClipping) argument
268 if (ScreenClipping(windowContentClipping).Contains(where))
272 ViewLayer* layer = child->ViewAt(where, windowContentClipping);
/haiku/src/servers/app/stackandtile/
H A DStackAndTile.cpp264 StackAndTile::MouseDown(Window* window, BMessage* message, const BPoint& where) argument
281 switch (satWindow->GetDecorator()->RegionAt(where, tab)) {
308 StackAndTile::MouseUp(Window* window, BMessage* message, const BPoint& where) argument
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp358 void TrayView::MouseDown(BPoint where) { argument
387 ConvertToScreen(&where);
392 menu->Go(where, true, true, ConvertToScreen(Bounds()), true);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp440 const media_destination& where,
455 if (where != mInput.destination) return B_MEDIA_BAD_DESTINATION;
472 const media_destination& where)
748 // we really don't care about the producer's data status, but this is where
438 Connected( const media_source& producer, const media_destination& where, const media_format& with_format, media_input* out_input) argument
470 Disconnected( const media_source& producer, const media_destination& where) argument
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp108 virtual void MouseDown(BPoint where) argument
115 if (bounds.Contains(where)) {
116 _MessageSelectIndex(_IndexOfY(where.y));
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp377 const media_destination& where, const media_format& withFormat,
407 const media_destination& where)
411 if (where == fIn.destination && producer == fIn.source) {
376 Connected(const media_source& producer, const media_destination& where, const media_format& withFormat, media_input* outInput) argument
406 Disconnected(const media_source& producer, const media_destination& where) argument
/haiku/src/apps/diskprobe/
H A DDataView.cpp1057 DataView::MouseDown(BPoint where) argument
1067 int32 position = PositionAt(kNoFocus, where, &newFocus);
1082 // "where" is outside the valid frame
1102 DataView::MouseMoved(BPoint where, uint32 transit, const BMessage *dragMessage) argument
1123 int32 start = PositionAt(kNoFocus, where, &newFocus);
1135 int32 end = PositionAt(fFocus, where);
1145 DataView::MouseUp(BPoint where) argument
/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioProducer.cpp372 const media_destination& where, media_format* format,
396 fOutput.destination = where;
476 const media_destination& where)
481 if (where == fOutput.destination && what == fOutput.source) {
371 PrepareToConnect(const media_source& what, const media_destination& where, media_format* format, media_source* _source, char* _name) argument
475 Disconnect(const media_source& what, const media_destination& where) argument
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp113 info_location where = B_USE_BOTH_LOCATIONS; local
123 where = B_USE_ATTRIBUTES;
134 if (error != B_OK || (where & B_USE_RESOURCES) == 0) {
147 SetInfoLocation(where);
/haiku/headers/os/interface/
H A DChannelControl.h33 virtual void MouseDown(BPoint where) = 0;
H A DSlider.h129 virtual void SetHashMarks(hash_mark_location where);
/haiku/src/apps/magnify/
H A DMagnify.h70 virtual void MouseDown(BPoint where);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h90 void _DrawBar(BPoint where, BView* view,
/haiku/src/kits/storage/
H A DAppFileInfo.cpp113 info_location where = B_USE_BOTH_LOCATIONS; local
123 where = B_USE_ATTRIBUTES;
134 if (error != B_OK || (where & B_USE_RESOURCES) == 0) {
147 SetInfoLocation(where);
/haiku/src/apps/deskbar/
H A DStatusView.h207 bool SwitchModeForRegion(BPoint where, BRegion region,
/haiku/src/servers/app/
H A DDesktop.cpp263 BPoint where; local
264 if (message->FindPoint("where", &where) != B_OK)
278 window = fDesktop->WindowAt(where);
305 || square_distance(where, fLastClickPoint) >= 16
314 window->MouseDown(message, where, fLastClickTarget, clickCount,
326 fLastClickPoint = where;
341 fDesktop->NotifyMouseDown(window, message, where);
346 window->MouseUp(message, where, &viewToken);
349 fDesktop->NotifyMouseUp(window, message, where);
1951 WindowAt(BPoint where) argument
[all...]
/haiku/src/kits/tracker/
H A DPoseView.h131 // in the rare cases where a pose view needs to be explicitly
145 virtual void MouseDown(BPoint where);
146 virtual void MouseUp(BPoint where);
255 BPose* FindPose(BPoint where, int32* index = NULL) const;
489 // in the case where the directory has been switched while
498 // the Desktop where unlike in the Root window it will not be
613 void AddRemoveSelectionRange(BPoint where, bool extendSelection,
H A DUtilities.cpp865 // handle case where maxStringWidth turns out negative here
1278 LineBounds(BPoint where, float length, bool vertical) argument
1281 rect.SetLeftTop(where);
1282 rect.SetRightBottom(where + BPoint(2, 2));
1292 SeparatorLine::SeparatorLine(BPoint where, float length, bool vertical, argument
1295 BView(LineBounds(where, length, vertical), name,
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp431 virtual void MouseDown(BPoint where) argument
447 int32 line = LineAt(where);
502 BPoint screenWhere = ConvertToScreen(where);
727 virtual void ScrollTo(BPoint where) argument
729 LineBaseView::ScrollTo(where);
759 virtual void MouseMoved(BPoint where, uint32 code, argument
762 fLastMousePos = where - LeftTop();
768 // + fDraggingStartPos.x - where.x);
1337 // compute the domain point where to zoom in
/haiku/src/kits/shared/
H A DCalendarView.cpp342 BCalendarView::MouseDown(BPoint where) argument
357 if (!frame.Contains(where))
361 frame = _SetNewSelectedDay(where);
1308 BCalendarView::_SetNewSelectedDay(const BPoint& where) argument
1317 if (tmp.Contains(where)) {

Completed in 243 milliseconds

<<111213141516171819