Searched refs:OffsetTo (Results 1 - 25 of 126) sorted by relevance

123456

/haiku/src/servers/app/drawing/
H A Ddrawing_support.cpp9 rect->OffsetTo(roundf(rect->left), roundf(rect->top));
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPBand.cpp24 rect.OffsetTo(fWhere);
/haiku/src/kits/interface/
H A DRect.cpp159 BRect::OffsetTo(BPoint point) function in class:BRect
169 BRect::OffsetTo(float x, float y) function in class:BRect
181 OffsetTo(point);
189 OffsetTo(x, y);
198 copy.OffsetTo(point);
207 copy.OffsetTo(x, y);
321 copy.OffsetTo(point);
330 copy.OffsetTo(dx, dy);
379 copy.OffsetTo(point);
388 copy.OffsetTo(d
[all...]
H A DScrollBar.cpp435 buttonFrame.OffsetTo(rect.right - ((rect.Height() * 2) + 1),
450 buttonFrame.OffsetTo(rect.right - rect.Height(), rect.top);
474 buttonFrame.OffsetTo(rect.left, rect.bottom
489 buttonFrame.OffsetTo(rect.left, rect.bottom - rect.Width());
1337 rect.OffsetTo(bounds.left, bounds.bottom - 2 * buttonSize);
1341 rect.OffsetTo(bounds.left, bounds.bottom - buttonSize);
1353 rect.OffsetTo(bounds.right - 2 * buttonSize, bounds.top);
1357 rect.OffsetTo(bounds.right - buttonSize, bounds.top);
1389 rect.OffsetTo(bounds.left, bounds.bottom - 2 * buttonSize + 1);
1393 rect.OffsetTo(bound
[all...]
/haiku/src/servers/app/
H A DIntRect.cpp156 IntRect::OffsetTo(const IntPoint& point) function in class:IntRect
166 IntRect::OffsetTo(int32 x, int32 y) function in class:IntRect
178 OffsetTo(point);
186 OffsetTo(dx, dy);
195 copy.OffsetTo(point);
204 copy.OffsetTo(dx, dy);
/haiku/src/libs/print/libprint/
H A DHalftoneView.cpp139 r.OffsetTo(0, 0);
159 r.OffsetTo(0, red_top);
166 r.OffsetTo(0, green_top);
173 r.OffsetTo(0, blue_top);
180 r.OffsetTo(0, gray_top);
185 r.OffsetTo(max, 0);
/haiku/src/apps/deskcalc/
H A DCalcWindow.cpp47 frame.OffsetTo(B_ORIGIN);
163 frame.OffsetTo(left, top);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChartDataRange.h62 ChartDataRange& OffsetTo(double newMin) function in class:ChartDataRange
/haiku/src/preferences/joysticks/
H A DMessageWin.cpp31 insider.OffsetTo(B_ORIGIN);
/haiku/src/apps/processcontroller/
H A DPCWindow.cpp54 rect.OffsetTo((Bounds().Width() - 16) / 2, (Bounds().Height() - 16) / 2);
/haiku/src/tools/translation/inspector/
H A DInfoWindow.cpp47 rcttext.OffsetTo(B_ORIGIN);
/haiku/src/tests/servers/app/stress_test/
H A Dmain.cpp86 fFrame.OffsetTo(10.0, fFrame.top + 10.0);
90 fFrame.OffsetTo(10.0, 30.0);
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.cpp142 windowRect.OffsetTo(screenRect.LeftTop());
/haiku/src/apps/icon-o-matic/generic/property/view/specific_properties/
H A DIconValueView.cpp45 r.OffsetTo(floorf(b.left + b.Width() / 2.0 - r.Width() / 2.0),
/haiku/src/tests/apps/miniterminal/
H A DArguments.cpp84 fBounds.OffsetTo(x, y);
/haiku/src/servers/input/
H A DBottomlineWindow.cpp25 textRect.OffsetTo(B_ORIGIN);
/haiku/src/bin/screen_blanker/
H A DScreenSaverWindow.cpp96 frame.OffsetTo(0, 0);
/haiku/src/apps/diskusage/
H A DApp.cpp89 frame.OffsetTo(50, 50);
/haiku/src/apps/icon-o-matic/generic/gui/popup_control/
H A DPopupSlider.cpp80 fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
99 fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
119 fSliderButtonRect.OffsetTo(Bounds().right - fSliderButtonRect.Width(),
/haiku/src/apps/people/
H A DPeopleApp.cpp93 fPosition.OffsetTo(pos);
314 fPosition.OffsetTo(fPosition.left, TITLE_BAR_HEIGHT);
316 fPosition.OffsetTo(6, fPosition.top);
/haiku/src/tests/servers/app/draw_after_children/
H A DDrawAfterChildren.cpp155 frame.OffsetTo(B_ORIGIN);
/haiku/src/tests/servers/app/newClipping/
H A DLayer.h54 r.OffsetTo(fOrigin);
/haiku/src/tests/servers/app/window_creation/
H A Dmain.cpp88 frame.OffsetTo(0, frame.bottom + 1);
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp322 fBounds.OffsetTo(0, 0);
340 fBounds.OffsetTo(fBounds.left, builder.GetBounds().top);
399 bounds.OffsetTo(0, 0);
461 bounds.OffsetTo(kLeftMargin, kTopMargin);
/haiku/src/tests/servers/app/scrolling/
H A Dmain.cpp121 b.OffsetTo(5.0, view->Bounds().bottom - (b.Height() + 15.0));

Completed in 244 milliseconds

123456