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

<<11121314151617181920>>

/haiku/src/apps/cortex/DiagramView/
H A DDiagramEndPoint.cpp76 return BPoint(Frame().left + Frame().Height() / 2.0, Frame().top + Frame().Width() / 2.0);
/haiku/src/system/boot/platform/amiga_m68k/
H A Dvideo.cpp188 uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top)
187 platform_blit4(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
/haiku/src/tests/kits/opengl/direct_mode/
H A DGLDirectMode.cpp124 width = frame.right-frame.left;
/haiku/src/tests/servers/app/archived_view/
H A Dmain.cpp48 r.left = r.right - 7;
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPreview.cpp97 BRect r(bounds.left, bounds.top, bounds.right,
/haiku/src/preferences/bluetooth/
H A DBluetoothDeviceView.cpp112 bDevice->GetDeviceClass().Draw(fIcon, BPoint(Bounds().left, Bounds().top));
/haiku/src/kits/interface/
H A DColorMenuItem.cpp94 colorRect.left = colorRect.right = leftMargin;
H A DIcon.cpp302 if (x < trimmed.left)
303 trimmed.left = x;
322 float minInset = trimmed.left;
336 bits += 4 * (int32)trimmed.left + bpr * (int32)trimmed.top;
/haiku/headers/private/kernel/util/
H A DAVLTreeBase.h21 AVLTreeNode* left; member in struct:AVLTreeNode
/haiku/src/tests/kits/interface/bregion/
H A DRegionTestcase.cpp136 float xCoord = theRect.left + (i * xIncrement);
/haiku/src/tools/translation/bitsinfo/
H A Dbitsinfo.cpp96 header.bounds.left, header.bounds.top,
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp259 CachedExtent* left = CachedExtent::Create(node->offset - diff, local
261 _AddAllocatedExtent(left);
315 _DumpInOrder(_GetValue(node->left));
343 _Delete(_GetValue(node->left));
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.h82 void SetOffset(int32 left, int32 top);
/haiku/src/add-ons/kernel/drivers/graphics/vesa/
H A Ddevice.cpp219 args.source_bytes_per_row, args.left, args.top,
/haiku/src/preferences/input/
H A DInputDeviceView.cpp75 BPoint point(frame.left + 4.0f,
H A DMouseView.cpp224 // left
298 border.left += fScaling * 5;
309 BPoint(border.left + (border.Width() - StringWidth(label)) / 2,
335 /** The buttons on a mouse are normally 1 (left), 2 (right), 3 (middle) so
368 // left
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp424 float width = max_c(Bounds().right, frame.right - frame.left);
430 float left = min_c(screen.Frame().right - width, frame.left); local
432 MoveTo(left, top);
/haiku/src/system/kernel/cache/
H A Dfile_map.cpp159 int32 left = 0; local
162 while (left <= right) {
163 int32 index = (left + right) / 2;
167 // search in left part
171 left = index + 1;
/haiku/src/apps/serialconnect/
H A DTermView.cpp367 rect.start_col = (int)floor(pixels.left / fFontWidth);
379 rect.start_col, pixels.left,
392 rect.left = glyphs.start_col * fFontWidth;
404 glyphs.start_col, rect.left, fFontWidth,
443 // background color as the top-left one.
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp1210 fControls->MoveTo(fControls->Frame().left, offset);
1216 fControls->MoveTo(fVideoView->Frame().left,
2109 screenFrame.left += frame.left - decoratorFrame.left;
2114 frame.right = frame.left + width;
2139 MoveTo((screenFrame.left + screenFrame.right - width) / 2,
2145 if (frame.left < screenFrame.left)
2146 offsetX = (int)(screenFrame.left
[all...]
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp37 frame.left = frame.right - kDraggerSize;
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp118 x = rect.left + sTextMargin;
125 width = (x - rect.left - (2 * sTextMargin));
126 r.Set(rect.left, rect.top, rect.left + width, rect.bottom);
/haiku/src/bin/desklink/
H A DVolumeControl.cpp54 rect.left = rect.right - 7;
239 // movement from right to left
246 // movement from left to right
431 * (BarFrame().Width() - 2) + BarFrame().left + 1);
/haiku/src/add-ons/print/drivers/preview/
H A DPageSetupWindow.cpp135 margin.left -= page.left;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp460 x = (uint16)frame.left;
462 width = (uint16)(frame.right - frame.left + 1) / 16;
697 PRINT((CH ": VideoFrame = %fx%f,%fx%f" CT, VideoFrame().left, VideoFrame().top, VideoFrame().right, VideoFrame().bottom));
699 long int w = (long)(VideoFrame().right - VideoFrame().left + 1);
730 long int w = (long)(VideoFrame().right - VideoFrame().left + 1);
733 VideoFrame().left, VideoFrame().top, VideoFrame().right,
876 /* first line or left column */
902 /* bottom line or left column */
953 /* first line or left column */
979 /* bottom line or left colum
[all...]

Completed in 161 milliseconds

<<11121314151617181920>>