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

12345

/haiku/src/apps/icon-o-matic/transformable/
H A DTransformCommand.cpp40 fOldPivot(B_ORIGIN),
41 fOldTranslation(B_ORIGIN),
46 fNewPivot(B_ORIGIN),
47 fNewTranslation(B_ORIGIN),
H A DTransformGradientBox.cpp134 SetTransformation(B_ORIGIN, B_ORIGIN, 0.0, 1.0, 1.0);
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);
H A DTransformPointsBox.cpp143 SetTransformation(B_ORIGIN, B_ORIGIN, 0.0, 1.0, 1.0);
/haiku/src/apps/icon-o-matic/shape/commands/
H A DNudgePointsCommand.cpp44 : TransformCommand(B_ORIGIN,
45 B_ORIGIN,
/haiku/src/apps/icon-o-matic/gui/
H A DIconView.cpp20 fBitmap(new BBitmap(frame.OffsetToCopy(B_ORIGIN), 0, B_RGB32)),
65 DrawBitmap(fBitmap, 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),
H A DSetDiskModeTest.cpp99 DrawPicture("picture", 0, B_ORIGIN);
/haiku/src/tests/servers/app/scrollbar/
H A Dmain.cpp18 BRect b = Bounds().OffsetToCopy(B_ORIGIN);
/haiku/src/kits/interface/
H A DPoint.cpp21 const BPoint B_ORIGIN(0, 0);
/haiku/headers/os/interface/
H A DPoint.h41 extern const BPoint B_ORIGIN;
/haiku/src/apps/haikudepot/textview/
H A DTextView.cpp34 fTextLayout.Draw(this, B_ORIGIN);
/haiku/src/preferences/joysticks/
H A DMessageWin.cpp31 insider.OffsetTo(B_ORIGIN);
/haiku/src/tools/translation/inspector/
H A DInfoWindow.cpp47 rcttext.OffsetTo(B_ORIGIN);
/haiku/src/apps/screenshot/
H A DUtility.cpp145 B_ORIGIN, cursorPosition, cursorBitmap->Bounds().Size());
149 B_ORIGIN, cursorPosition, cursorAreaBitmap->Bounds().Size());
161 screenshot = new BBitmap(frame.OffsetToCopy(B_ORIGIN),
165 B_ORIGIN, frame.Size()) != B_OK) {
/haiku/src/libs/icon/flat_icon/
H A DPathCommandQueue.cpp50 BPoint last(B_ORIGIN);
113 BPoint last(B_ORIGIN);
/haiku/src/tests/servers/app/bitmap_bounds/
H A Dmain.cpp96 BRect view = bitmap.OffsetToCopy(B_ORIGIN);
/haiku/src/servers/input/
H A DBottomlineWindow.cpp25 textRect.OffsetTo(B_ORIGIN);
/haiku/src/servers/app/
H A DCursorManager.h56 const BPoint& hotSpot = B_ORIGIN);
/haiku/src/add-ons/translators/shared/
H A DTranslatorWindow.cpp101 BPoint wndpt = B_ORIGIN;
/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp69 m_target->MoveTo(B_ORIGIN);
/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DViewContainer.cpp20 View(frame.OffsetToCopy(B_ORIGIN)),
/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp155 frame.OffsetTo(B_ORIGIN);
/haiku/src/apps/launchbox/
H A DNamePanel.cpp29 Panel(BRect(B_ORIGIN, size), B_TRANSLATE("Name Panel"),

Completed in 133 milliseconds

12345