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

<<2122232425262728

/haiku/src/libs/icon/style/
H A DGradientTransformable.cpp525 parl[0] = bounds.left;
/haiku/src/apps/glteapot/
H A DObjectView.cpp299 ResizeTo(parentBounds.right - parentBounds.left,
/haiku/headers/os/interface/
H A DTextView.h180 void SetInsets(float left, float top, float right,
/haiku/src/apps/mediaplayer/
H A DInfoWin.cpp156 DrawBitmap(fIconBitmap, BPoint(rect.left
/haiku/src/apps/drivesetup/
H A DDiskView.cpp552 textOffset.x = messageBounds.left + fh.ascent;
/haiku/src/kits/shared/
H A DCalendarView.cpp355 frame.left += frame.Width() / 8 - 1.0;
651 frame.left += frame.Width() / 8 - 1.0;
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp524 floorf((bounds.left + bounds.right
525 - (iconBounds.left + iconBounds.right)) / 2 + 0.5f),
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp762 if ((r.left >= p.x)
763 && (r.left <= p.x + MediaNodePanel::M_DEFAULT_WIDTH))
/haiku/src/apps/terminal/
H A DTermWindow.cpp978 MoveTo(screen.Frame().left, screen.Frame().top);
991 MoveTo(fSavedFrame.left, fSavedFrame.top);
/haiku/src/apps/diskprobe/
H A DProbeView.cpp1040 rect.left = frame.left;
/haiku/src/apps/mediaplayer/playlist/
H A DListViews.cpp74 textPoint.x = frame.left + TEXT_OFFSET;
/haiku/src/preferences/mail/
H A DConfigWindow.cpp616 frame.left + (frame.Width() - autoConfigRect.Width()) / 2,
/haiku/src/system/boot/platform/atari_m68k/
H A Dvideo.cpp1091 uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top)
1090 platform_blit4(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
/haiku/src/apps/bootmanager/
H A Dbootman.S44 ; cl - left column
/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp386 // TODO: Handle like the border it is attached to (top/left)?
689 float x = (where.x - (frame.left + frame.right) / 2)
806 // left mouse button
810 // except sliding up-down by moving mouse left-right would
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp989 window->MoveTo(Frame().left + (Frame().Width() - window->Frame().Width())
/haiku/src/kits/interface/
H A DBitmap.cpp1045 // bounds.left, bounds.top, bounds.right, bounds.bottom, colorSpace, flags, bytesPerRow);
1067 bounds.left, bounds.top, bounds.right, bounds.bottom);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp78 textPoint.x = itemFrame.left + TEXT_OFFSET;
/haiku/src/apps/installer/
H A DInstallerWindow.cpp119 placement.x = (bounds.left + bounds.right - fLogo->Bounds().Width()) / 2;
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp770 uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top)
769 platform_blit4(addr_t frameBuffer, const uint8 *data, uint16 width, uint16 height, uint16 imageWidth, uint16 left, uint16 top) argument
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp1483 bigtime_t left = thread->debug_info.profile.timer_end - system_time(); local
1484 thread->debug_info.profile.interval_left = max_c(left, 0);
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp1752 bitsHeader.bounds.left = 0;
/haiku/src/apps/sudoku/
H A DSudokuView.cpp57 rect.left = rect.right - 7;
268 "border-left: none ; border-top: none ; /*border: none;*/ "
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp614 r.left = min_c(fTrackingStart.x, canvasWhere.x);
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp839 frame.right = frame.left

Completed in 325 milliseconds

<<2122232425262728