Searched refs:left (Results 676 - 687 of 687) sorted by relevance

<<2122232425262728

/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp125 rect.right = ceilf(rect.left + fValue * rect.Width());
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.cpp1252 long int w = (long)(VideoFrame().right - VideoFrame().left + 1);
1290 /* first line or left column */
1316 /* bottom line or left column */
/haiku/src/preferences/filetypes/
H A DIconView.cpp784 rect.left++;
/haiku/src/preferences/screen/
H A DScreenWindow.cpp212 // box on the left with workspace count and monitor view
249 // box on the left below the screen box with workspaces
348 itemRect.left = itemRect.top = 0;
/haiku/headers/cpp/
H A Dropeimpl.h171 if (!(__dirns & 1) /* Path turned left */)
439 // Assumes left and right are not 0.
909 bool __left = bool(__o.flags() & ios::left);
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp2117 bitsHeader.bounds.left = 0;
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1463 MoveTo(newFrame.left, newFrame.top);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1310 MoveTo(frame.left, frame.top);
/haiku/src/kits/interface/
H A DListView.cpp754 // don't scroll if mouse is left or right of the view
755 if (where.x < Bounds().left || where.x > Bounds().right)
/haiku/src/servers/app/
H A DServerApp.cpp3726 frame.right = frame.left + 1;
3745 Signature(), title, frame.left, frame.top,
/haiku/src/apps/mail/
H A DContent.cpp2100 newTextRect.right = newTextRect.left + be_fixed_font->StringWidth("m") * 72;
/haiku/src/kits/tracker/
H A DFindPanel.cpp781 BSize(draggableRect.right - draggableRect.left,

Completed in 267 milliseconds

<<2122232425262728