Searched refs:B_ORIGIN (Results 26 - 50 of 121) sorted by relevance

12345

/haiku/src/apps/deskcalc/
H A DCalcWindow.cpp47 frame.OffsetTo(B_ORIGIN);
/haiku/src/kits/tracker/
H A DTextWidget.h188 clipboardMode, B_ORIGIN, true);
H A DPose.h247 Draw(poseRect, updateRect, view, (BView*)view, fullDraw, 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/tests/kits/interface/bshelf/
H A DShelfTest.cpp133 b.OffsetTo(B_ORIGIN);
/haiku/src/tests/servers/app/shape_test/
H A Dmain.cpp106 MovePenTo(B_ORIGIN);
/haiku/src/tests/kits/interface/picture/
H A DPictureTest.cpp161 DrawPicture(fPicture, B_ORIGIN);
/haiku/src/apps/stylededit/
H A DStyledEditView.cpp161 textRect.OffsetTo(B_ORIGIN);
/haiku/src/apps/overlayimage/
H A DOverlayView.cpp84 DrawBitmap(fBitmap, 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);
/haiku/src/tests/servers/app/newClipping/
H A Dmain.cpp97 frame.OffsetTo(B_ORIGIN);
103 frame.OffsetTo(B_ORIGIN);
/haiku/src/tests/servers/app/newerClipping/
H A Dmain.cpp371 frame.OffsetTo(B_ORIGIN);
379 frame.OffsetTo(B_ORIGIN);
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp80 fEmbeddedTransformation.ShearBy(B_ORIGIN,
82 fEmbeddedTransformation.RotateBy(B_ORIGIN,
/haiku/src/apps/debuganalyzer/gui/chart/
H A DLineChartRenderer.cpp206 view->MovePenTo(B_ORIGIN);
/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp179 delta = B_ORIGIN;
420 fDelta = B_ORIGIN;
431 fDelta = B_ORIGIN;
453 fDesktop->SetWindowOutlinesDelta(fWindow, B_ORIGIN);
/haiku/src/apps/terminal/
H A DSmartTabView.cpp51 frame.OffsetTo(B_ORIGIN);
/haiku/headers/os/interface/
H A DView.h237 BPoint where = B_ORIGIN, bool sync = true);
239 BPoint where = B_ORIGIN, bool sync = true);
492 BRect viewRect, BPoint phase = B_ORIGIN);
495 BRect viewRect, BPoint phase = B_ORIGIN);
/haiku/src/tests/servers/app/painter/
H A DPainter.cpp782 transform.ShearBy(B_ORIGIN, (90.0 - fFont.Shear()) * PI / 180.0, 0.0);
783 transform.RotateBy(B_ORIGIN, -fFont.Rotation() * PI / 180.0);
785 transform.ScaleBy(B_ORIGIN, fScale, fScale);
803 transform.RotateBy(B_ORIGIN, -fFont.Rotation());
1166 converter.ScaleBy(B_ORIGIN, fScale, fScale);
/haiku/src/apps/people/
H A DPictureView.cpp403 BRect rect = fPictureRect.OffsetToCopy(B_ORIGIN);
421 view.DrawBitmap(fPicture, fPicture->Bounds().OffsetToCopy(B_ORIGIN),
/haiku/src/apps/icon-o-matic/
H A DCanvasView.cpp264 if (offset == B_ORIGIN) {
644 r.OffsetTo(B_ORIGIN);
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp235 BPoint t(B_ORIGIN);
320 BPoint lastPoint(B_ORIGIN);
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.cpp45 fPivotOffset(B_ORIGIN),
263 BPoint translation(B_ORIGIN);
/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);

Completed in 279 milliseconds

12345