Searched refs:fBounds (Results 26 - 50 of 55) sorted by relevance

123

/haiku/src/apps/showimage/
H A DPrintOptionsWindow.cpp45 fBounds = rect;
69 fHeight = (fBounds.Height() + 1) * w / (fBounds.Width() + 1);
76 fWidth = (fBounds.Width() + 1) * h / (fBounds.Height() + 1);
/haiku/src/add-ons/screen_savers/butterfly/
H A DButterfly.cpp72 fBounds = bounds;
87 fBounds.Set(-5.92f * fScale + fTrans.x, -5.92f * fScale + fTrans.y,
93 view->FillRect(fBounds);
/haiku/src/kits/interface/
H A DBox.cpp293 fBounds = Bounds().OffsetToCopy(0, 0);
331 if (fBounds.Width() < bounds.Width()) {
333 invalid.left = bounds.left + fBounds.right - borderSize;
334 invalid.right = bounds.left + fBounds.right;
337 } else if (fBounds.Width() > bounds.Width()) {
346 if (fBounds.Height() < bounds.Height()) {
348 invalid.top = bounds.top + fBounds.bottom - borderSize;
349 invalid.bottom = bounds.top + fBounds.bottom;
352 } else if (fBounds.Height() > bounds.Height()) {
360 fBounds
[all...]
H A DBitmap.cpp184 fBounds(0, 0, -1, -1),
213 fBounds(0, 0, -1, -1),
243 fBounds(0, 0, -1, -1),
271 fBounds(0, 0, -1, -1),
297 fBounds(0, 0, -1, -1),
318 fBounds(0, 0, -1, -1),
350 fBounds(0, 0, -1, -1),
438 ret = data->AddRect("_frame", fBounds);
611 return fBounds;
664 width = fBounds
[all...]
H A DMenuItem.cpp230 menu->Invalidate(fBounds);
366 return fBounds;
512 return BPoint(fBounds.left + padding.left, fBounds.top + padding.top);
714 BRect r(fBounds);
758 where.x = fBounds.right - font.Size();
762 where.x -= fBounds.Height() / 2;
771 where.y += (fBounds.Height() - 11) / 2 - 1;
813 BRect rect(fBounds);
819 fBounds
[all...]
H A DView.cpp815 return fBounds;
830 point->x += -fBounds.left + fParentOffset.x;
831 point->y += -fBounds.top + fParentOffset.y;
862 point->x += -fParentOffset.x + fBounds.left;
863 point->y += -fParentOffset.y + fBounds.top;
893 rect->OffsetBy(-fBounds.left + fParentOffset.x,
894 -fBounds.top + fParentOffset.y);
917 rect->OffsetBy(-fParentOffset.x + fBounds.left,
918 -fParentOffset.y + fBounds.top);
1319 *_width = fBounds
[all...]
H A DMenu.cpp399 err = data->AddRect("_i_frames", item->fBounds);
782 item->fBounds = frame;
2651 item->fBounds.left = 0.0f;
2652 item->fBounds.top = frame.bottom + 1.0f;
2653 item->fBounds.bottom = item->fBounds.top + height + fPad.top
2660 frame.bottom = item->fBounds.bottom;
2696 ItemAt(i)->fBounds.right = frame.right;
2716 item->fBounds.left = frame.right;
2717 item->fBounds
[all...]
/haiku/src/servers/app/font/
H A DFontEngine.h103 { return fBounds; }
140 agg::rect_i fBounds; member in class:FontEngine
H A DFontStyle.h160 BRect fBounds;
158 BRect fBounds; member in class:FontStyle
/haiku/src/kits/app/
H A DServerLink.cpp68 fReceiver->Read(&region->fBounds, sizeof(clipping_rect));
75 return fReceiver->Read(&region->fBounds, sizeof(clipping_rect));
84 fSender->Attach(&region.fBounds, sizeof(clipping_rect));
89 return fSender->Attach(&region.fBounds, sizeof(clipping_rect));
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderSaver.h80 BRect fBounds; member in class:SpiderSaver
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp137 fBounds(INT32_MAX, INT32_MAX, INT32_MIN, INT32_MIN),
175 IntRect b = fBounds;
243 fBounds = fBounds | glyphBounds;
357 return fBounds;
368 IntRect fBounds; member in class:AGGTextRenderer::StringRenderer
/haiku/src/servers/app/
H A DCanvas.cpp285 fBounds(bounds)
316 return fBounds;
H A DCanvas.h115 IntRect fBounds; member in class:OffscreenCanvas
/haiku/src/apps/terminal/
H A DArguments.cpp29 fBounds(50, 50, 630, 435),
/haiku/src/preferences/keymap/
H A DKeyboardLayout.cpp88 return fBounds;
323 fBounds = BRect();
371 fBounds = key.frame | fBounds;
497 fBounds = key.frame | fBounds;
H A DKeyboardLayout.h112 BRect fBounds; member in class:KeyboardLayout
/haiku/headers/build/os/interface/
H A DBitmap.h98 BRect fBounds; member in class:BBitmap
/haiku/headers/os/interface/
H A DRegion.h101 clipping_rect fBounds; member in class:BRegion
H A DBox.h95 BRect fBounds; member in class:BBox
H A DMenuItem.h103 BRect fBounds; member in class:BMenuItem
H A DBitmap.h153 BRect fBounds; member in class:BBitmap
/haiku/src/add-ons/translators/wonderbrush/
H A DLayer.cpp31 fBounds(0.0, 0.0, -1.0, -1.0),
437 fBounds = bounds;
439 fBounds.Set(0.0, 0.0, -1.0, -1.0);
/haiku/src/servers/app/drawing/
H A DAlphaMask.h75 IntRect fBounds; member in class:AlphaMask
/haiku/src/build/libbe/interface/
H A DBitmap.cpp1441 fBounds(0, 0, -1, -1),
1468 fBounds(0, 0, -1, -1),
1498 fBounds(0, 0, -1, -1),
1533 fBounds(0, 0, -1, -1),
1607 data->AddRect("_frame", fBounds);
1722 return fBounds;
1760 width = fBounds.IntegerWidth() + 1;
1815 width = fBounds.IntegerWidth() + 1;
1970 if (error == B_OK && bitmap->Bounds() != fBounds)
2084 fBounds
[all...]

Completed in 201 milliseconds

123