Searched refs:where (Results 276 - 300 of 465) sorted by relevance

<<111213141516171819

/haiku/src/kits/interface/
H A DListView.cpp622 BListView::MouseDown(BPoint where) argument
637 int32 index = IndexOf(where);
641 // TODO: move this code someplace where it can be shared everywhere
644 BPoint delta = where - fTrack->drag_start;
662 return BView::MouseDown(where);
666 fTrack->drag_start = where;
684 BView::MouseDown(where);
689 BListView::MouseUp(BPoint where) argument
698 return BView::MouseUp(where);
700 int32 index = IndexOf(where);
726 MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
784 InitiateDrag(BPoint where, int32 index, bool wasSelected) argument
[all...]
H A DTextInput.cpp75 _BTextInput_::MouseDown(BPoint where) argument
78 BTextView::MouseDown(where);
H A DButton.cpp169 BButton::MouseDown(BPoint where) argument
174 if (fBehavior == B_POP_UP_BEHAVIOR && _PopUpRect().Contains(where)) {
201 GetMouse(&where, &buttons, true);
202 inside = bounds.Contains(where);
376 BButton::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
378 bool inside = (code != B_EXITED_VIEW) && Bounds().Contains(where);
396 BButton::MouseUp(BPoint where) argument
401 if (Bounds().Contains(where)) {
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.h79 const media_destination& where,
89 const media_destination& where);
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.h77 const media_destination& where,
84 const media_destination& where);
/haiku/src/apps/soundrecorder/
H A DVolumeSlider.cpp97 BPoint where; local
98 GetMouse(&where, &mouseButtons, true);
/haiku/src/kits/media/
H A DSoundPlayNode.h71 const media_destination& where,
82 const media_destination& where);
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.h108 const media_destination& where,
122 const media_destination& where);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorSlider.cpp232 ColorSlider::MouseDown(BPoint where) argument
236 _TrackMouse(where);
242 ColorSlider::MouseUp(BPoint where) argument
249 ColorSlider::MouseMoved( BPoint where, uint32 code, argument
255 _TrackMouse(where);
624 ColorSlider::_TrackMouse(BPoint where) argument
629 SetValue((int)(((where.y - b.top) / b.Height()) * 255.0));
631 SetValue(255 - (int)(((where.x - b.left) / b.Width()) * 255.0));
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.h122 /* Repeat for each line where the clipping is different from the previous line. */
140 const media_destination & where,
152 const media_destination & where);
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.h120 const media_destination & where,
125 const media_destination & where);
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPBinding.cpp199 GPBinding::AddBitmapToPage(BBitmap* bitmap, BRect validRect, BPoint where) argument
201 GPBand* band = new(nothrow) GPBand(bitmap, validRect, where);
/haiku/src/apps/codycam/
H A DVideoConsumer.h96 const media_destination& where,
101 const media_destination& where);
/haiku/src/servers/input/
H A DInputServer.cpp215 // This is where we determine the screen resolution from the app_server and
552 set.AddPoint("where", pos);
960 BPoint where; local
961 if (message->FindPoint("where", &where) != B_OK)
970 event->AddPoint("where", where);
1542 // This is where the message should be processed.
1564 event->FindPoint("where", &fMousePos);
1638 BPoint where; local
[all...]
/haiku/src/apps/cortex/TransportView/
H A DTransportView.h93 BPoint where);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.h45 virtual void MouseDown(BPoint where);
/haiku/src/preferences/locale/
H A DLanguageListView.h82 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DKeyCommandMap.cpp216 BPoint where; local
217 status_t err = fLastMouseMessage.FindPoint("where", &where);
219 set_mouse_position((int32)where.x, (int32)where.y);
/haiku/src/kits/game/
H A DGameProducer.cpp171 const media_destination& where, media_format* format,
202 fOutput.destination = where;
277 const media_destination& where)
280 if ((where == fOutput.destination) && (what == fOutput.source)) {
537 // now fill the buffer with data, continuing where the last buffer left off
170 PrepareToConnect(const media_source& what, const media_destination& where, media_format* format, media_source* _source, char* out_name) argument
276 Disconnect(const media_source& what, const media_destination& where) argument
/haiku/src/apps/terminal/
H A DSmartTabView.h43 virtual void MouseDown(BPoint where);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.h75 const media_destination& where,
79 const media_destination& where);
112 const media_destination& where,
121 const media_destination& where);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.h34 virtual void MouseDown(BPoint where);
/haiku/headers/os/interface/
H A DMenu.h79 virtual void FrameMoved(BPoint where);
221 const BPoint& where,
239 BRect _CalcFrame(BPoint where, bool* scrollOn);
249 BMenuItem* _HitTestItems(BPoint where,
/haiku/src/apps/powerstatus/
H A DPowerStatusView.h87 virtual void MouseDown(BPoint where);
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.h42 virtual void MouseDown(BPoint where);

Completed in 129 milliseconds

<<111213141516171819