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

<<111213141516171819

/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
H A DBeControlLook.h279 const BPoint& where,
/haiku/headers/os/interface/
H A DControlLook.h355 const BPoint& where,
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp168 PropertyListView::MouseDown(BPoint where) argument
/haiku/src/apps/serialconnect/
H A DTermView.cpp240 TermView::MouseDown(BPoint where) argument
/haiku/src/apps/cortex/ValControl/
H A DValControl.cpp360 ValControl::MouseDown(BPoint where) argument
/haiku/
H A Dconfigure42 path to the directory where the cross
/haiku/src/kits/interface/
H A DSlider.cpp1351 BSlider::SetHashMarks(hash_mark_location where) argument
1353 fHashMarks = where;
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
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex135 a size field, it has to be deduced, where the file ends. This end offset is
400 In section \ref{resources-index} some members where named \code{unused\_data}.
592 where being based on incorrect assumptions.
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp1100 TFilePanel::ShowContextMenu(BPoint where, const entry_ref* ref) argument
1103 BPoint global(where);
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
/haiku/headers/private/interface/
H A DHaikuControlLook.h299 const BPoint& where,
/haiku/src/apps/cortex/TransportView/
H A DTransportView.cpp348 BPoint where) {
347 MouseDown( BPoint where) argument
/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

Completed in 197 milliseconds

<<111213141516171819