Searched refs:B_ORIGIN (Results 51 - 75 of 121) sorted by relevance

12345

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp74 return BRect(fFrame).OffsetToCopy(B_ORIGIN);
/haiku/src/tests/servers/app/playground/
H A DObjectView.cpp192 // r.OffsetTo(B_ORIGIN);
354 DragMessage(&newDragMessage, dragBitmap, B_OP_ALPHA, B_ORIGIN,
/haiku/src/apps/clock/
H A Dcl_view.cpp171 rect.OffsetTo(B_ORIGIN);
/haiku/src/preferences/printers/
H A DTestPageView.cpp87 BGradientLinear gradient(B_ORIGIN,
H A DPrintersWindow.cpp83 fJob->DrawView(fTestPage, fTestPage->Bounds(), B_ORIGIN);
/haiku/src/preferences/input/
H A DMouseView.cpp274 ClipToPicture(&fButtonsPicture, B_ORIGIN, false);
H A DInputTouchpadPrefView.cpp255 DrawBitmap(fOffScreenBitmap, B_ORIGIN);
/haiku/headers/os/interface/
H A DMenu.h250 BPoint slop = B_ORIGIN) const;
/haiku/src/apps/icon-o-matic/gui/
H A DStyleView.cpp63 fPreviousBounds(frame.OffsetToCopy(B_ORIGIN))
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp95 transform.ScaleBy(B_ORIGIN, scale, scale);
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp31 (frame.OffsetToCopy(B_ORIGIN)).InsetByCopy(2, 2),
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp940 frame.OffsetTo(B_ORIGIN);
1347 frame.OffsetTo(B_ORIGIN);
1406 view->MovePenTo(B_ORIGIN);
/haiku/src/tests/servers/app/transformation/
H A Dmain.cpp104 rect.OffsetTo(B_ORIGIN);
/haiku/src/kits/interface/
H A DLayout.cpp431 area.OffsetTo(B_ORIGIN);
H A DShape.cpp320 return B_ORIGIN;
H A DTextControl.cpp914 fText->SetTextRect(textFrame.OffsetToCopy(B_ORIGIN));
1110 BRect textRect(frame.OffsetToCopy(B_ORIGIN));
H A DPrintJob.cpp402 _RecurseView(view, B_ORIGIN - rect.LeftTop(), &picture, rect);
/haiku/src/tests/kits/interface/look/
H A DLook.cpp314 BColorControl* colorControl = new BColorControl(B_ORIGIN, B_CELLS_32x8,
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp53 BBitmap *bitmap = new BBitmap(frame.OffsetToCopy(B_ORIGIN), B_RGBA32,
/haiku/src/apps/showimage/
H A DShowImageView.cpp747 BRect rect = fSelectionBox.Bounds().OffsetToCopy(B_ORIGIN);
775 fSelectionBitmap->Bounds().OffsetToCopy(B_ORIGIN), rect);
781 fSelectionBitmap->Bounds().OffsetToCopy(B_ORIGIN), rect);
1049 srcRect = merge->Bounds().OffsetToCopy(B_ORIGIN);
/haiku/src/preferences/appearance/
H A DAPRView.cpp69 fPicker = new BColorControl(B_ORIGIN, B_CELLS_32x8, 8.0,
/haiku/src/tests/servers/app/drawing_modes/
H A DDrawingModes.cpp424 blitter->DrawBitmap(fTriangleLeft, B_ORIGIN);
427 blitter->DrawBitmap(fTriangleRight, B_ORIGIN);
/haiku/src/servers/app/
H A DServerFont.cpp1199 transform.ShearBy(B_ORIGIN, (90.0 - fShear) * M_PI / 180.0, 0.0);
1200 transform.RotateBy(B_ORIGIN, -fRotation * M_PI / 180.0);
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp159 frame.OffsetTo(B_ORIGIN);
/haiku/src/apps/launchbox/
H A DMainWindow.cpp231 BPoint origin = B_ORIGIN;

Completed in 243 milliseconds

12345