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

<<2122232425262728

/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp185 float inset = fSeekSlider->BarFrame().left;
557 float barInset = fSeekSlider->BarFrame().left;
802 // left/bottom
810 // outer bow, to left/top
822 // inner bow, back to left/bottom
/haiku/src/bin/
H A Dsetmime.cpp369 } else if (strcasecmp(value, "left") == 0) {
396 : (fAlignment == B_ALIGN_LEFT ? "left" : "center");
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp658 bool operator()(const rgb_color& left, const rgb_color& right) const argument
660 return (*(const uint32 *)&left) < (*(const uint32 *)&right);
/haiku/headers/private/interface/
H A DHaikuControlLook.h362 const rgb_color& left,
368 const rgb_color& left,
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp388 buttonRect.right = buttonRect.left - 20;
389 buttonRect.left = buttonRect.right - 130;
/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp26 bool operator==(const rgb_color &left, const rgb_color &right) argument
28 if (left.red == right.red && left.green == right.green &&
29 left.blue == right.blue && left.alpha == right.alpha)
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp572 TRACE("Close(): after waiting, the SendQ was left with %" B_PRIuSIZE
827 size_t left = buffer->size;
838 while (left > 0) {
856 if (size < left) {
871 left -= size;
874 left -= buffer->size;
2423 // if there is data left to be sent, send it now
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp532 Invalidate(BRect(bounds.left, top, bounds.right, bottom));
980 rect.left = startTime / fNSecsPerPixel;
1008 rect.left = startTime / fNSecsPerPixel;
/haiku/src/apps/magnify/
H A DMagnify.cpp103 // left-right: 10 minwindowwidth 10
2023 srcRect.OffsetTo(srcRect.left, 0);
2026 srcRect.OffsetTo(srcRect.left, scrnframe.bottom - srcRect.Height());
2027 if (srcRect.left < 0)
2100 BPoint(x, y+(squareSize/2)), kBlueColor); // left
2122 BPoint(x, y+(squareSize/2)), kBlueColor); // left
/haiku/src/add-ons/translators/ico/
H A DICO.cpp233 // add this color if there is space left
632 bitsHeader.bounds.left = 0;
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h443 struct bin_tree_t *left; member in struct:bin_tree_t
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h548 _FreeTree(node->left);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp533 MoveTo(frameRect.left, frameRect.top);
/haiku/src/kits/interface/
H A DPrintJob.cpp527 region.Set(BRect(rect.left, rect.top, rect.right, rect.bottom));
/haiku/src/preferences/media/
H A DMediaWindow.cpp209 int(rect.left), int(rect.top), int(rect.right), int(rect.bottom));
/haiku/src/libs/glut/
H A DglutEvent.cpp708 point.x += bounds.left;
/haiku/src/apps/mandelbrot/
H A DMandelbrot.cpp589 MoveTo(frame.left, frame.top);
/haiku/src/add-ons/translators/png/
H A DPNGTranslator.cpp412 bitsHeader.bounds.left = 0;
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp700 newButtons |= fSettings.map.left;
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp189 rectToInvalidate.left = X_POSITION_SUMMARY;
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp92 frame.left = frame.right - 7;
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp850 bitsHeader.bounds.left = 0;
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.h371 const rgb_color& left,
/haiku/src/apps/mail/
H A DHeader.cpp213 rect = CreateLabelLayoutItem()->Frame().OffsetByCopy(-Frame().left,
303 // And now the "from account" pop-up menu, on the left side, taking the
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp228 bounds.left = min5(lt.x, rt.x, lb.x, rb.x, c.x);

Completed in 241 milliseconds

<<2122232425262728