Searched refs:where (Results 301 - 325 of 465) sorted by relevance

<<111213141516171819

/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputServerMethod.cpp155 BPoint where; local
172 if (message->FindPoint("where", &where) == B_OK)
173 m->AddPoint("where", where);
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaOutputInfo.cpp84 status_t MediaOutputInfo::PrepareToConnect(const media_destination & where, argument
93 status_t status = FormatChangeRequested(where,format);
99 output.destination = where;
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.h169 virtual void MouseDown(BPoint where);
170 virtual void MouseUp(BPoint where);
171 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyItemView.cpp119 PropertyItemView::MouseDown(BPoint where) argument
141 PropertyItemView::MouseUp(BPoint where) argument
147 PropertyItemView::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
/haiku/src/tests/kits/media/nodetest/
H A DConsumerNode.cpp127 const media_destination& where, const media_format& withFormat,
131 if (where != fInput.destination)
165 const media_destination& where)
126 Connected(const media_source& producer, const media_destination& where, const media_format& withFormat, media_input* _input) argument
164 Disconnected(const media_source& producer, const media_destination& where) argument
/haiku/headers/private/interface/
H A DPicturePlayer.h35 void (*move_pen_by)(void* userData, const BPoint& where);
54 void (*draw_picture)(void* userData, const BPoint& where, int32 token);
58 const BPoint& where, bool clipToInverse);
/haiku/src/apps/deskbar/
H A DBarView.h91 virtual void MouseDown(BPoint where);
92 virtual void MouseMoved(BPoint where, uint32 transit,
94 virtual void MouseUp(BPoint where);
H A DBarMenuBar.cpp270 TBarMenuBar::MouseMoved(BPoint where, uint32 code, const BMessage* message) argument
277 BMenuBar::MouseMoved(where, code, message);
296 BMenuBar::MouseMoved(where, code, message);
/haiku/src/apps/webpositive/tabview/
H A DTabView.cpp131 TabView::MouseDown(BPoint where, uint32 buttons) argument
138 TabView::MouseUp(BPoint where) argument
144 TabView::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
/haiku/headers/os/interface/
H A DTabView.h126 virtual void MouseDown(BPoint where);
127 virtual void MouseUp(BPoint where);
128 virtual void MouseMoved(BPoint where, uint32 transit,
H A DOutlineListView.h32 virtual void MouseDown(BPoint where);
36 virtual void MouseUp(BPoint where);
50 int32 FullListIndexOf(BPoint where) const;
/haiku/src/apps/showimage/
H A DShowImageView.h92 BPoint where = BPoint(-1, -1));
95 void ZoomIn(BPoint where = BPoint(-1, -1));
96 void ZoomOut(BPoint where = BPoint(-1, -1));
/haiku/src/preferences/filetypes/
H A DIconView.h93 virtual void MouseDown(BPoint where);
94 virtual void MouseUp(BPoint where);
95 virtual void MouseMoved(BPoint where, uint32 transit,
/haiku/src/kits/interface/
H A DView.cpp1358 BView::MouseDown(BPoint where) argument
1366 BView::MouseUp(BPoint where) argument
1374 BView::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
1722 BView::ScrollTo(BPoint where) argument
1725 where.x = roundf(where.x);
1726 where.y = roundf(where.y);
1729 if (where.x == fBounds.left && where
1870 SetOrigin(BPoint where) argument
2981 ClipToPicture(BPicture* picture, BPoint where, bool sync) argument
2988 ClipToInversePicture(BPicture* picture, BPoint where, bool sync) argument
3121 DrawBitmapAsync(const BBitmap* bitmap, BPoint where) argument
3180 DrawBitmap(const BBitmap* bitmap, BPoint where) argument
4389 DrawPicture(const BPicture* picture, BPoint where) argument
4400 DrawPicture(const char* filename, long offset, BPoint where) argument
4421 DrawPictureAsync(const BPicture* picture, BPoint where) argument
4437 DrawPictureAsync(const char* filename, long offset, BPoint where) argument
4820 MoveTo(BPoint where) argument
5058 BPoint where; local
5066 BPoint where; local
5125 BPoint where; local
5150 BPoint where; local
5939 _ClipToPicture(BPicture* picture, BPoint where, bool invert, bool sync) argument
[all...]
H A DTextView.cpp144 BPoint where; member in class:BTextView::TextTrackState
542 BTextView::MouseDown(BPoint where) argument
566 _ShowContextMenu(where);
575 fTrackingMouse->clickOffset = OffsetAt(where);
577 fTrackingMouse->where = where;
586 fWhere = where;
594 if (region.Contains(where)) {
599 fLastClickOffset = OffsetAt(where);
645 MouseMoved(where, B_INSIDE_VIE
650 MouseUp(BPoint where) argument
661 MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
698 BPoint where; local
4751 _PerformMouseUp(BPoint where) argument
4768 _PerformMouseMoved(BPoint where, uint32 code) argument
4863 _TrackMouse(BPoint where, const BMessage* message, bool force) argument
4880 _TrackDrag(BPoint where) argument
4921 _MessageDropped(BMessage* message, BPoint where, BPoint offset) argument
5186 BPoint where; local
5800 BPoint where = PointAt(offset, &height); local
5920 _ShowContextMenu(BPoint where) argument
6123 BPoint where; local
[all...]
H A DDragger.cpp255 BPoint where = bounds.RightBottom() - BPoint(fBitmap->Bounds().Width(), local
258 DrawBitmap(fBitmap, where);
269 BDragger::MouseDown(BPoint where) argument
278 _ShowPopUp(fTarget, where);
751 BDragger::_ShowPopUp(BView* target, BPoint where) argument
753 BPoint point = ConvertToScreen(where);
/haiku/src/preferences/locale/
H A DLanguageListView.cpp425 LanguageListView::MouseMoved(BPoint where, uint32 transit, argument
439 // offset where by half of item height
441 where.y += r.Height() / 2.0;
443 int32 index = IndexOf(where);
468 BOutlineListView::MouseMoved(where, transit, dragMessage);
478 BOutlineListView::MouseMoved(where, transit, dragMessage);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp459 * PARAMETERS: where Physical address of memory to be mapped
468 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS where, ACPI_SIZE length) argument
473 (phys_addr_t)where, length, B_ANY_KERNEL_ADDRESS,
477 (addr_t)where, (size_t)length, there, area);
480 B_PRIu64 "\n", (uint64)where, (uint64)length);
488 // return ACPI_TO_POINTER((ACPI_SIZE) where);
496 * PARAMETERS: where Logical address of memory to be unmapped
506 AcpiOsUnmapMemory(void *where, ACPI_SIZE length) argument
508 DEBUG_FUNCTION_F("mapped: %p; length: %lu", where, (size_t)length);
509 delete_area(area_for(where));
[all...]
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp113 virtual void MouseMoved(BPoint where, uint32 transit, argument
120 || where.x > MinSize().width) {
125 float hoverRating = _RatingForMousePos(where);
129 virtual void MouseDown(BPoint where) argument
131 SetPermanentRating(_RatingForMousePos(where));
162 float _RatingForMousePos(BPoint where) argument
164 return std::min(5.0f, ceilf(5.0f * where.x / MinSize().width));
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js291 var where = this.dataView.byteOffset + this.position;
292 var part = this.buffer.slice(where, where + length);
301 var where = this.dataView.byteOffset + this.position;
302 typedArray.set(this.buffer.slice(where, where + typedArray.byteLength));
1333 var where = new RemotePoint(remoteMessage);
1339 context.fillText(string, where.x, where.y);
1342 where
[all...]
/haiku/src/apps/sudoku/
H A DSudokuView.cpp595 SudokuView::MouseDown(BPoint where) argument
598 if (!fEditable || !_GetFieldFor(where, x, y))
617 if (!_GetHintFieldFor(where, x, y, hintX, hintY))
640 SudokuView::MouseMoved(BPoint where, uint32 transit, argument
654 bool isField = _GetFieldFor(where, x, y);
1086 SudokuView::_GetHintFieldFor(BPoint where, uint32 x, uint32 y, argument
1090 hintX = (uint32)floor((where.x - leftTop.x) / fHintWidth);
1091 hintY = (uint32)floor((where.y - leftTop.y) / fHintHeight);
1101 SudokuView::_GetFieldFor(BPoint where, uint32& x, uint32& y) argument
1104 x = (uint32)floor(where
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp40 virtual void MouseDown(BPoint where);
41 virtual void MouseUp(BPoint where);
72 InternalScrollBar::MouseDown(BPoint where) argument
76 BScrollBar::MouseDown(where);
81 InternalScrollBar::MouseUp(BPoint where) argument
83 BScrollBar::MouseUp(where);
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp121 WinDecorator::RegionAt(BPoint where, int32& tabIndex) const argument
127 if (tab->minimizeRect.Contains(where)) {
133 Region region = Decorator::RegionAt(where, tabIndex);
138 if (fTopTab->look == B_DOCUMENT_WINDOW_LOOK && fResizeRect.Contains(where))
146 && fBorderRect.Contains(where) && !fFrame.Contains(where)) {
/haiku/src/apps/terminal/
H A DTermView.cpp2031 TermView::ScrollTo(BPoint where) argument
2033 //debug_printf("TermView::ScrollTo(): %f -> %f\n", fScrollOffset, where.y);
2034 float diff = where.y - fScrollOffset;
2044 fScrollOffset = where.y;
2522 TermView::_MouseDistanceSinceLastClick(BPoint where) argument
2524 return (fLastClickPoint.x - where.x) * (fLastClickPoint.x - where.x)
2525 + (fLastClickPoint.y - where.y) * (fLastClickPoint.y - where.y);
2593 TermView::MouseDown(BPoint where) argument
2611 MouseMoved(BPoint where, uint32 transit, const BMessage *message) argument
2620 MouseUp(BPoint where) argument
2743 _SelectWord(BPoint where, bool extend, bool useInitialSelection) argument
2769 _SelectLine(BPoint where, bool extend, bool useInitialSelection) argument
3163 BPoint where = _ConvertFromTerminal(fCursor); local
[all...]
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp353 View::MouseDown(BPoint where, uint32 buttons, int32 modifiers) argument
359 View::MouseUp(BPoint where, uint32 buttons, int32 modifiers) argument
365 View::MouseMoved(BPoint where, uint32 buttons, int32 modifiers) argument

Completed in 236 milliseconds

<<111213141516171819