Searched refs:where (Results 326 - 350 of 465) sorted by relevance

<<111213141516171819

/haiku/src/kits/interface/
H A DAbstractSpinner.cpp168 virtual void MouseDown(BPoint where);
169 virtual void MouseUp(BPoint where);
170 virtual void MouseMoved(BPoint where, uint32 transit,
445 SpinnerButton::MouseDown(BPoint where) argument
459 BView::MouseDown(where);
464 SpinnerButton::MouseMoved(BPoint where, uint32 transit, argument
471 BPoint where; local
473 GetMouse(&where, &buttons);
474 fIsMouseOver = Bounds().Contains(where) && buttons == 0;
486 BView::MouseMoved(where, transi
491 MouseUp(BPoint where) argument
[all...]
H A DPicturePlayer.cpp181 draw_picture(void* _context, const BPoint& where, int32 token) argument
185 context->user_data, where, token);
933 const BPoint* where; local
934 if (callbacks.move_pen_by == NULL || !reader.Get(where))
937 callbacks.move_pen_by(userData, *where);
1270 const BPoint* where; local
1272 if (callbacks.draw_picture == NULL || !reader.Get(where)
1277 callbacks.draw_picture(userData, *where, *token);
1306 const BPoint* where; local
1309 || !reader.Get(where) || !reade
[all...]
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DSliderView.cpp188 SliderView::MouseUp(BPoint where) argument
196 SliderView::MouseMoved(BPoint where, uint32 transit, const BMessage* message) argument
205 MouseUp(where);
209 SetValue(_ValueAt(where.x - fDragOffset - 6.0));
/haiku/src/tests/servers/app/newerClipping/
H A DViewLayer.h53 ViewLayer* ViewAt(const BPoint& where,
H A DWindowLayer.h85 ViewLayer* ViewAt(const BPoint& where);
/haiku/src/apps/mediaplayer/interface/
H A DDurationView.cpp39 DurationView::MouseDown(BPoint where) argument
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.cpp340 const media_destination & where,
349 if (input.destination != where) {
372 GetCurrentFile()->Seek(-bytesWritten,SEEK_CUR); // put it back where we found it
393 const media_destination & where)
396 if (input.destination != where) {
485 // we have no where to send a data status to.
338 Connected( const media_source & producer, const media_destination & where, const media_format & with_format, media_input * out_input) argument
391 Disconnected( const media_source & producer, const media_destination & where) argument
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.h42 virtual Region RegionAt(BPoint where, int32& tab) const;
/haiku/headers/os/interface/
H A DMenuItem.h96 void _DrawControlChar(char shortcut, BPoint where);
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.h38 virtual Region RegionAt(BPoint where, int32& tab) const;
/haiku/src/apps/webpositive/
H A DDownloadWindow.cpp203 BPoint where; local
206 && message->FindPoint("screen_where", &where) == B_OK
215 BPoint viewWhere(where);
218 view->ShowContextMenu(where);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp427 const media_destination & where,
434 if(fInput.destination != where) {
471 const media_destination & where)
475 if(fInput.destination != where) {
658 ESDSinkNode::PrepareToConnect(const media_source& what, const media_destination& where, media_format* format, media_source* out_source, char* out_name)
704 channel->fOutput.destination = where;
771 ESDSinkNode::Disconnect(const media_source& what, const media_destination& where)
785 if ((where == channel->fOutput.destination) && (what == channel->fOutput.source))
795 what.id, where.id, channel->fOutput.source.id, channel->fOutput.destination.id);
425 Connected( const media_source & producer, const media_destination & where, const media_format & with_format, media_input * out_input) argument
469 Disconnected( const media_source & producer, const media_destination & where) argument
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.h51 virtual void MouseDown(BPoint where);
H A DStyleListView.h49 virtual void MouseDown(BPoint where);
/haiku/src/apps/showimage/
H A DShowImageView.cpp683 // draw over portion of image where caption is located
1377 BPoint where; local
1379 GetMouse(&where, &buttons);
1383 ZoomIn(where);
1385 ZoomOut(where);
1559 ShowImageView::SetZoom(float zoom, BPoint where) argument
1579 if (where.x == -1) {
1580 where.Set(Bounds().Width() / 2, Bounds().Height() / 2);
1581 offset = where;
1582 where
1604 ZoomIn(BPoint where) argument
1620 ZoomOut(BPoint where) argument
[all...]
/haiku/src/servers/app/
H A DWindow.cpp327 msg.AddPoint("where", fFrame.LeftTop());
583 Window::ViewAt(const BPoint& where) argument
585 return fTopView->ViewAt(where);
892 \param where The point where the mouse click happened.
906 Window::MouseDown(BMessage* message, BPoint where, argument
920 bool eventEaten = fWindowBehaviour->MouseDown(message, where, lastHitRegion,
930 if (View* view = ViewAt(where)) {
962 view->MouseDown(message, where);
972 Window::MouseUp(BMessage* message, BPoint where, int3 argument
987 MouseMoved(BMessage *message, BPoint where, int32* _viewToken, bool isLatestMouseMoved, bool isFake) argument
2213 StackedWindowAt(const BPoint& where) argument
[all...]
H A DView.cpp371 View::MarkAt(DrawingEngine* engine, const BPoint& where, int32 level)
377 if (!rect.Contains(where))
386 found |= child->MarkAt(engine, where, level + 1);
441 View::ViewAt(const BPoint& where) argument
450 if (!frame.Contains(where))
454 View* view = child->ViewAt(where);
1203 View::MouseDown(BMessage* message, BPoint where) argument
1210 View::MouseUp(BMessage* message, BPoint where) argument
1217 View::MouseMoved(BMessage* message, BPoint where) argument
1464 // any cases where th
[all...]
/haiku/src/apps/processcontroller/
H A DProcessController.cpp89 BPoint where; member in struct:__anon1
574 ProcessController::MouseDown(BPoint where) argument
582 ConvertToScreen(&where);
583 param->where = where;
586 param->top = where.y < BScreen(this->Window()).Frame().bottom-50;
913 param->where.x -= 5;
914 param->where.y -= 8;
915 popup->Go(param->where, true, true, param->clickToOpenRect);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp968 PackageItem::_DrawBar(BPoint where, BView* view, icon_size which) argument
983 view->MovePenTo(BPoint(where.x + size, where.y + 1 + yOffset));
984 view->StrokeLine(BPoint(where.x + size, where.y + size - yOffset));
985 view->StrokeLine(BPoint(where.x + size - barWidth + 1,
986 where.y + size - yOffset));
992 BRect rect(where.x + size - barWidth,where.y + yOffset,
993 where
[all...]
/haiku/headers/os/media/
H A DBufferConsumer.h93 const media_destination& where,
97 const media_destination& where) = 0;
H A DBufferProducer.h84 // <endclip>. Repeat for each line where the clipping is different from
103 const media_destination& where,
113 const media_destination& where) = 0;
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.h77 const media_destination &where,
84 const media_destination & where);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.h85 const media_destination &where,
92 const media_destination & where);
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.h84 const media_destination &where,
91 const media_destination & where);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.h80 const media_destination &where,
87 const media_destination & where);

Completed in 280 milliseconds

<<111213141516171819