Searched refs:B_ORIGIN (Results 1 - 25 of 121) sorted by path

12345

/haiku/headers/os/interface/
H A DPoint.h41 extern const BPoint B_ORIGIN;
/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp69 m_target->MoveTo(B_ORIGIN);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLineChartRenderer.cpp206 view->MovePenTo(B_ORIGIN);
/haiku/src/apps/haikudepot/textview/
H A DTextView.cpp34 fTextLayout.Draw(this, B_ORIGIN);
/haiku/src/apps/icon-o-matic/transformable/
H A DChannelTransform.cpp68 SetTransformation(B_ORIGIN, BPoint(tx, ty), rotation, scaleX, scaleY);
224 SetTransformation(B_ORIGIN, B_ORIGIN, 0.0, 1.0, 1.0);
/haiku/src/apps/launchbox/
H A DMainWindow.cpp231 BPoint origin = B_ORIGIN;
H A DNamePanel.cpp29 Panel(BRect(B_ORIGIN, size), B_TRANSLATE("Name Panel"),
/haiku/src/apps/mediaplayer/
H A DVideoView.cpp337 fSubtitleBitmap->SetVideoBounds(fVideoFrame.OffsetToCopy(B_ORIGIN));
/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp372 textRect.OffsetTo(B_ORIGIN);
/haiku/src/apps/soundrecorder/
H A DScopeView.cpp344 rect.OffsetToSelf(B_ORIGIN);
345 fBitmapView = new BView(rect.OffsetToSelf(B_ORIGIN), "bitmapView",
H A DVUView.cpp30 rect.OffsetTo(B_ORIGIN);
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp159 frame.OffsetTo(B_ORIGIN);
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp337 frame.OffsetTo(B_ORIGIN);
/haiku/src/kits/interface/
H A DChannelSlider.cpp354 _MouseMovedCommon(where, B_ORIGIN);
361 _MouseMovedCommon(where, B_ORIGIN);
390 _MouseMovedCommon(where, B_ORIGIN);
718 fClickDelta = B_ORIGIN;
780 rect.OffsetTo(B_ORIGIN);
H A DLayout.cpp431 area.OffsetTo(B_ORIGIN);
H A DPoint.cpp21 const BPoint B_ORIGIN(0, 0);
H A DPrintJob.cpp402 _RecurseView(view, B_ORIGIN - rect.LeftTop(), &picture, rect);
H A DShape.cpp320 return B_ORIGIN;
H A DShelf.cpp1068 return B_ORIGIN;
1458 frame.OffsetTo(B_ORIGIN);
H A DSlider.cpp891 DrawBitmap(fOffScreenBits, B_ORIGIN);
/haiku/src/preferences/joysticks/
H A DMessageWin.cpp31 insider.OffsetTo(B_ORIGIN);
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp53 BBitmap *bitmap = new BBitmap(frame.OffsetToCopy(B_ORIGIN), B_RGBA32,
/haiku/src/servers/input/
H A DBottomlineWindow.cpp25 textRect.OffsetTo(B_ORIGIN);
/haiku/src/tests/kits/interface/
H A DPulseTest.cpp21 fLeft = Bounds().OffsetToCopy(B_ORIGIN);
H A DScrollViewTest.cpp59 BView *inner = new BView(frame.OffsetToCopy(B_ORIGIN).InsetBySelf(3, 3),
151 BView *inner = new BView(frame.OffsetToCopy(B_ORIGIN).InsetBySelf(3, 3),

Completed in 278 milliseconds

12345