Searched refs:where (Results 1 - 25 of 465) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm.c317 physical_entry where; local
344 if (get_memory_map(addr, trysize, &where, 1) < B_OK) {
348 if ((where.address & ~(phys_addr_t)0xffffff) != 0) {
352 if (ainfo.lock < B_FULL_LOCK || where.size < low_size) {
357 where.address, ainfo.address);
375 if (get_memory_map(addr, low_size, &where, 1) < 0) {
380 ddprintf(("cmedia_pci: physical %p\n", where.address));
381 if ((where.address & ~(phys_addr_t)0xffffff) != 0) {
386 if (((where.address + low_size) & ~(phys_addr_t)0xffffff) != 0) {
405 card->low_phys = where
[all...]
/haiku/src/kits/tracker/
H A DContainerWindow.cpp1936 // A sub menu where the super item can be invoked.
2041 // filter out cases where selected pose is not a query
2493 BContainerWindow::ShowDropContextMenu(BPoint where, BPoseView* source) argument
2495 BPoint global(where);
2537 BContainerWindow::ShowContextMenu(BPoint where, const entry_ref* ref) argument
2540 BPoint global(where);
3709 // this is where we'll ulitimately get the state from
H A DFilePanelPriv.cpp1100 TFilePanel::ShowContextMenu(BPoint where, const entry_ref* ref) argument
1103 BPoint global(where);
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,
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 DPoseView.cpp963 BPoseView::ScrollTo(BPoint where) argument
965 _inherited::ScrollTo(where);
1823 // The new pose may need to be placed where another pose already
1824 // is. This code creates some rects where we either need to
1826 // rect where the new pose is.
2467 BPoint where(0,
2469 pose->EditFirstWidget(where, this);
4379 const BObjectList<BString>* specificItems, BPoint where)
4433 BMenuItem* resultingItem = menu->Go(where, false, true);
7018 // handle case where ther
4377 RunMimeTypeDestinationMenu(const char* actionText, const BObjectList<BString>* types, const BObjectList<BString>* specificItems, BPoint where) argument
7110 ShowContextMenu(BPoint where) argument
7280 MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
7331 BPoint where; local
7356 BPoint where; local
7367 BPoint where; local
7387 MouseDown(BPoint where) argument
7468 MouseUp(BPoint where) argument
7929 AddRemoveSelectionRange(BPoint where, bool extendSelection, BPose* pose) argument
[all...]
/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp123 ShowImageStatusView::MouseDown(BPoint where) argument
/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,
H A DIconView.cpp828 IconView::MouseDown(BPoint where) argument
843 && BitmapRect().Contains(where)) {
849 fDragPoint = where;
858 ConvertToScreen(&where);
882 menu->Go(where, true, false, true);
888 IconView::MouseUp(BPoint where) argument
901 IconView::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage) argument
904 && (abs((int32)(where.x - fDragPoint.x)) > 3
905 || abs((int32)(where.y - fDragPoint.y)) > 3)) {
1255 // where eve
[all...]
/haiku/src/apps/terminal/
H A DTermViewStates.cpp115 TermView::State::MouseDown(BPoint where, int32 buttons, int32 modifiers) argument
121 TermView::State::MouseMoved(BPoint where, uint32 transit, argument
128 TermView::State::MouseUp(BPoint where, int32 buttons) argument
156 TermView::StandardBaseState::_StandardMouseMoved(BPoint where, int32 modifiers) argument
161 TermPos clickPos = fView->_ConvertToTerminal(where);
421 TermView::DefaultState::MouseDown(BPoint where, int32 buttons, int32 modifiers) argument
425 TermPos clickPos = fView->_ConvertToTerminal(where);
439 fView->fSelectState->Prepare(where, modifiers);
446 TermView::DefaultState::MouseMoved(BPoint where, uint32 transit, argument
452 _StandardMouseMoved(where, modifier
457 MouseUp(BPoint where, int32 buttons) argument
502 Prepare(BPoint where, int32 modifiers) argument
588 MouseMoved(BPoint where, uint32 transit, const BMessage* message, int32 modifiers) argument
656 MouseUp(BPoint where, int32 buttons) argument
749 MouseDown(BPoint where, int32 buttons, int32 modifiers) argument
770 MouseMoved(BPoint where, uint32 transit, const BMessage* message, int32 modifiers) argument
814 _GetHyperLinkAt(BPoint where, bool pathPrefixOnly, HyperLink& _link, TermPos& _start, TermPos& _end) argument
1011 BPoint where; local
1019 _UpdateHighlight(BPoint where, int32 modifiers) argument
[all...]
/haiku/src/servers/app/
H A DServerApp.cpp1307 BPoint where; local
1309 fDesktop->GetLastMouseState(&where, &buttons);
1311 fLink.Attach<BPoint>(where);
1637 // 1) area_id - id of memory area where font resides
/haiku/src/tests/kits/interface/
H A DGetMouseTest.cpp15 MouseDown(BPoint where) argument
/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/kits/interface/
H A DHaikuControlLook.cpp477 // where coordinates were inclusive
2195 uint32 flags, const BPoint& where, const rgb_color* textColor)
2279 view->DrawString(label, where);
2286 view->DrawString(label, where);
2296 view->DrawString(label, where);
2303 view->DrawString(label, BPoint(where.x + 1, where.y + 1));
2310 view->DrawString(label, where);
2194 DrawLabel(BView* view, const char* label, const rgb_color& base, uint32 flags, const BPoint& where, const rgb_color* textColor) argument
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...]
H A DOutlineListView.cpp169 BOutlineListView::MouseDown(BPoint where) argument
173 int32 index = IndexOf(where);
179 && LatchRect(ItemFrame(index), item->fLevel).Contains(where)) {
185 BListView::MouseDown(where);
248 BOutlineListView::MouseUp(BPoint where) argument
250 BListView::MouseUp(where);
389 BOutlineListView::FullListIndexOf(BPoint where) const
391 int32 index = BListView::IndexOf(where);
H A DScrollView.cpp360 BScrollView::MouseDown(BPoint where) argument
362 BView::MouseDown(where);
367 BScrollView::MouseMoved(BPoint where, uint32 code, argument
370 BView::MouseMoved(where, code, dragMessage);
375 BScrollView::MouseUp(BPoint where) argument
377 BView::MouseUp(where);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp153 virtual void MouseDown(BPoint where);
212 URLInputGroup::URLTextView::MouseDown(BPoint where) argument
256 menu->Go(ConvertToScreen(where), true, true, true);
264 BTextView::MouseDown(where);
547 void MouseDown(BPoint where) argument
553 fClickPoint = where;
559 void MouseUp(BPoint where) argument
564 virtual void MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage) argument
570 && (fabs(where.x - fClickPoint.x) > 4 || fabs(where
[all...]
/haiku/src/apps/drivesetup/
H A DDiskView.cpp116 virtual void MouseDown(BPoint where) argument
123 virtual void MouseMoved(BPoint where, uint32 transit, const BMessage*) argument
189 BPoint where = b.RightBottom() - BPoint(fIcon->Bounds().Width(), local
192 DrawBitmap(fIcon, where);
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp103 // If changes where not applied the value has become a new expression
114 ExpressionTextView::MouseDown(BPoint where) argument
119 InputTextView::MouseDown(where);
122 where = ConvertToParent(where);
123 fCalcView->MouseDown(where);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp152 virtual void ScrollTo(BPoint where);
180 virtual void ScrollTo(BPoint where);
212 virtual void MouseDown(BPoint where);
1262 TBox::MouseDown(BPoint where) argument
1272 if (lhit.Contains(where)) {
1287 if (rhit.Contains(where)) {
1308 if (hit1.Contains(where) || hit2.Contains(where)) {
1319 if (hit1.Contains(where) || hit2.Contains(where)) {
2052 ScrollTo(BPoint where) argument
2135 MouseDown(BPoint where) argument
2206 ScrollTo(BPoint where) argument
[all...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp281 // where coordinates were inclusive
2181 uint32 flags, const BPoint& where, const rgb_color* textColor)
2268 view->DrawString(label, where);
2275 view->DrawString(label, where);
2285 view->DrawString(label, where);
2292 view->DrawString(label, BPoint(where.x + 1, where.y + 1));
2308 view->DrawString(label, where);
2180 DrawLabel(BView* view, const char* label, const rgb_color& base, uint32 flags, const BPoint& where, const rgb_color* textColor) argument
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp315 virtual void MouseDown(BPoint where);
1327 AboutView::MouseDown(BPoint where) argument
1330 if (rect.Contains(where))
1333 if (Bounds().Contains(where)) {
1600 "property of Haiku, Inc. or of the respective authors where expressly "
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp688 const media_destination& where, const media_format& with_format,
697 node_input* channel = _FindInput(where);
724 const media_destination& where)
728 node_input* channel = _FindInput(where);
923 const media_destination& where, media_format* format,
951 channel->fOutput.destination = where;
1023 const media_destination& where)
1036 if (where == channel->fOutput.destination
1045 ")\n", what.id, where.id, channel->fOutput.source.id,
687 Connected(const media_source& producer, const media_destination& where, const media_format& with_format, media_input* out_input) argument
723 Disconnected(const media_source& producer, const media_destination& where) argument
922 PrepareToConnect(const media_source& what, const media_destination& where, media_format* format, media_source* source, char* name) argument
1022 Disconnect(const media_source& what, const media_destination& where) argument
/haiku/src/bin/desklink/
H A DDeskButton.cpp168 BPoint where = ConvertToScreen(point); local
188 menu->Go(where, true, true, BRect(where - BPoint(4, 4),
189 where + BPoint(4, 4)));

Completed in 290 milliseconds

1234567891011>>