Searched refs:where (Results 151 - 175 of 465) sorted by relevance

1234567891011>>

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.h69 virtual void MouseDown(BPoint where, uint32 buttons,
71 virtual void MouseUp(BPoint where, uint32 buttons,
73 virtual void MouseMoved(BPoint where, uint32 buttons,
/haiku/headers/private/shared/
H A DIconButton.h49 virtual void MouseDown(BPoint where);
50 virtual void MouseUp(BPoint where);
51 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/headers/os/interface/
H A DControl.h51 virtual void MouseDown(BPoint where);
52 virtual void MouseUp(BPoint where);
53 virtual void MouseMoved(BPoint where, uint32 code,
H A DButton.h40 virtual void MouseDown(BPoint where);
58 virtual void MouseMoved(BPoint where, uint32 code,
60 virtual void MouseUp(BPoint where);
H A DCheckBox.h45 virtual void MouseDown(BPoint where);
46 virtual void MouseUp(BPoint where);
47 virtual void MouseMoved(BPoint where, uint32 code,
H A DSplitView.h67 virtual void MouseDown(BPoint where);
68 virtual void MouseUp(BPoint where);
69 virtual void MouseMoved(BPoint where, uint32 transit,
H A DStatusBar.h49 virtual void MouseDown(BPoint where);
50 virtual void MouseUp(BPoint where);
51 virtual void MouseMoved(BPoint where, uint32 transit,
H A DRadioButton.h32 virtual void MouseDown(BPoint where);
43 virtual void MouseUp(BPoint where);
44 virtual void MouseMoved(BPoint where, uint32 code,
H A DPictureButton.h53 virtual void MouseDown(BPoint where);
54 virtual void MouseUp(BPoint where);
55 virtual void MouseMoved(BPoint where, uint32 code,
/haiku/src/system/libroot/os/arch/x86/
H A Dcompatibility.c28 int mount(const char *filesystem, const char *where, const char *device, ulong flags,
111 mount(const char *filesystem, const char *where, const char *device, ulong flags, argument
126 err = fs_mount_volume(where, device, filesystem, mountFlags, NULL);
/haiku/src/apps/charactermap/
H A DCharacterView.h53 virtual void MouseDown(BPoint where);
54 virtual void MouseUp(BPoint where);
55 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/kits/tracker/
H A DPose.cpp200 BColumn* column, BPoint poseLoc, BPoint where)
208 if (rect.Contains(where)) {
209 widget->MouseUp(rect, poseView, pose, where);
218 BPose::MouseUp(BPoint poseLoc, BPoseView* poseView, BPoint where, int32) argument
220 WhileEachTextWidget(this, poseView, OneMouseUp, poseLoc, where);
480 BPose::PointInPose(const BPoseView* poseView, BPoint where) const
492 if (rect.Contains(where)) {
493 return IconCache::sIconCache->IconHitTest(where - location,
507 return rect.Contains(where);
518 return rect.Contains(where);
199 OneMouseUp(BTextWidget* widget, BPose* pose, BPoseView* poseView, BColumn* column, BPoint poseLoc, BPoint where) argument
523 PointInPose(BPoint where, const BPoseView* poseView, BPoint point, BTextWidget** hitWidget) const argument
806 DrawIcon(BPoint where, BView* view, BSize size, bool direct, bool drawUnselected) argument
817 IconCache::sIconCache->Draw(ResolvedModel(), view, where, local
827 DrawBar(BPoint where, BView* view, BSize iconSize) argument
[all...]
/haiku/src/apps/icon-o-matic/transformable/
H A DPerspectiveBox.h49 virtual bool MouseDown(BPoint where);
50 virtual void MouseMoved(BPoint where);
52 virtual bool MouseOver(BPoint where);
/haiku/src/kits/interface/
H A DMenuItem.cpp756 BPoint where = ContentLocation(); local
758 where.x = fBounds.right - font.Size();
762 where.x -= fBounds.Height() / 2;
767 _DrawControlChar(fShortcutChar, where + BPoint(0, ascent));
769 fSuper->DrawChar(fShortcutChar, where + BPoint(0, ascent));
771 where.y += (fBounds.Height() - 11) / 2 - 1;
772 where.x -= 4;
779 where.x -= rect.Width() + 1;
780 fSuper->DrawBitmap(command, where);
786 where
829 _DrawControlChar(char shortcut, BPoint where) argument
[all...]
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.h75 so we just point to it where it lies. No moving of chars is
170 char *next_free; /* where to add next char to current object */
396 # define obstack_grow(OBSTACK,where,length) \
402 _obstack_memcpy (__o->next_free, (where), __len); \
406 # define obstack_grow0(OBSTACK,where,length) \
412 _obstack_memcpy (__o->next_free, (where), __len); \
466 # define obstack_copy(OBSTACK,where,length) \
469 obstack_grow (__h, (where), (length)); \
472 # define obstack_copy0(OBSTACK,where,length) \
475 obstack_grow0 (__h, (where), (lengt
[all...]
/haiku/headers/private/interface/
H A DMenuWindow.h43 bool TryScrollTo(const float& where);
/haiku/src/preferences/screensaver/
H A DScreenCornerSelector.h28 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/kits/support/
H A DBufferIO.cpp125 off_t where = pos; local
129 where = 0;
132 read = fStream->ReadAt(where, fBuffer, fBufferSize);
135 fBufferStart = where;
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.h79 const media_destination& where,
83 const media_destination& where);
106 const media_destination& where,
114 const media_destination& where);
/haiku/src/apps/mediaplayer/interface/
H A DDurationView.h19 virtual void MouseDown(BPoint where);
H A DSeekSlider.cpp107 SeekSlider::MouseDown(BPoint where) argument
111 BSlider::MouseDown(where);
116 SeekSlider::MouseUp(BPoint where) argument
119 BSlider::MouseUp(where);
/haiku/src/apps/diskusage/
H A DPieView.cpp216 PieView::MouseDown(BPoint where) argument
224 FileInfo* info = _FileAt(where);
230 fDragStart = where;
234 where = ConvertToScreen(where);
235 _ShowContextMenu(info, where);
241 PieView::MouseUp(BPoint where) argument
245 FileInfo* info = _FileAt(where);
260 fLastWhere = where;
265 fLastWhere = where;
279 MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
568 _FileAt(const BPoint& where) argument
[all...]
/haiku/src/apps/deskbar/
H A DBarMenuBar.h64 virtual void MouseMoved(BPoint where, uint32 code,
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp61 virtual void MouseDown(BPoint where);
62 virtual void MouseMoved(BPoint where, uint32 mode, const BMessage*);
63 virtual void MouseUp(BPoint where);
205 void FractalView::MouseDown(BPoint where) argument
208 fSelectStart = where;
214 void FractalView::MouseMoved(BPoint where, uint32 mode, const BMessage*) argument
217 fSelectEnd = where;
260 void FractalView::MouseUp(BPoint where) argument
264 if (fabs(fSelectStart.x - where.x) > 4) {
265 fSelectEnd = where;
290 BPoint where; local
[all...]
/haiku/src/servers/app/drawing/
H A DAlphaMask.h121 BPoint where, bool inverse);
141 const DrawState& drawState, BPoint where,
165 BPoint where, bool inverse);
174 BPoint where, bool inverse);

Completed in 248 milliseconds

1234567891011>>