Searched refs:fBounds (Results 1 - 25 of 56) sorted by relevance

123

/haiku-fatelf/src/add-ons/print/drivers/pcl6/
H A DRasterizer.cpp11 fBounds.bottom = -2;
28 fBounds.left = (int)bounds.left;
29 fBounds.top = (int)bounds.top;
30 fBounds.right = (int)bounds.right;
31 fBounds.bottom = (int)bounds.bottom;
33 int height = fBounds.bottom - fBounds.top + 1;
37 fBounds.bottom = fBounds.top + height - 1;
40 if (!get_valid_rect(bitmap, &fBounds))
[all...]
H A DRasterizer.h48 return fBounds;
89 RECT fBounds; member in class:Rasterizer
/haiku-fatelf/src/tests/apps/miniterminal/
H A DArguments.h18 BRect Bounds() const { return fBounds; }
26 BRect fBounds; member in class:Arguments
H A DArguments.cpp46 : fBounds(50, 50, 630, 435),
84 fBounds.OffsetTo(x, y);
95 fBounds.right = fBounds.left + width;
96 fBounds.bottom = fBounds.top + height;
/haiku-fatelf/src/kits/interface/
H A DPolygon.cpp26 fBounds(0.0f, 0.0f, -1.0f, -1.0f),
36 fBounds(0.0f, 0.0f, -1.0f, -1.0f),
46 fBounds(0.0f, 0.0f, -1.0f, -1.0f),
56 fBounds(0.0f, 0.0f, -1.0f, -1.0f),
79 fBounds.Set(0.0f, 0.0f, -1.0f, -1.0f);
82 fBounds = other.fBounds;
91 return fBounds;
114 _MapRectangle(&fBounds, srcRect, dstRect);
188 fBounds
[all...]
H A DRegion.cpp26 and its fBounds will be invalid.
32 fBounds((clipping_rect){ 0, 0, 0, 0 }),
46 fBounds((clipping_rect){ 0, 0, 0, 0 }),
60 fBounds((clipping_rect){ 0, 0, 0, 0 }),
61 fData(&fBounds)
66 fBounds = _ConvertToInternal(rect);
78 , fBounds(rect)
79 , fData(&fBounds)
88 if (fData != &fBounds)
111 fBounds
[all...]
H A DRegionSupport.cpp105 * update region fBounds
108 if ((r)->left < (idRect)->fBounds.left)\
109 (idRect)->fBounds.left = (r)->left;\
110 if ((r)->top < (idRect)->fBounds.top)\
111 (idRect)->fBounds.top = (r)->top;\
112 if ((r)->right > (idRect)->fBounds.right)\
113 (idRect)->fBounds.right = (r)->right;\
114 if ((r)->bottom > (idRect)->fBounds.bottom)\
115 (idRect)->fBounds.bottom = (r)->bottom;\
201 * Reset the fBounds o
[all...]
/haiku-fatelf/src/apps/terminal/
H A DArguments.h18 BRect Bounds() const { return fBounds; }
29 BRect fBounds; member in class:Arguments
/haiku-fatelf/src/add-ons/translators/wonderbrush/
H A DLayer.h50 { return fBounds; }
61 BRect fBounds; member in class:Layer
H A DCanvas.cpp25 fBounds(frame)
39 return fBounds.IsValid();
120 fBounds = bounds;
127 return fBounds;
148 BBitmap* bitmap = new BBitmap(fBounds, 0, B_RGBA32);
156 Compose(bitmap, fBounds);
196 fBounds = bounds;
H A DCanvas.h55 BRect fBounds; member in class:Canvas
/haiku-fatelf/src/tests/kits/interface/bpolygon/
H A DDummyPolygon.h36 BRect fBounds; member in class:DummyPolygon
/haiku-fatelf/src/add-ons/screen_savers/spider/
H A DPolygon.cpp17 fBounds(bounds)
34 fBounds(bounds)
54 if (p.x < fBounds.left || p.x > fBounds.right)
58 if (p.y < fBounds.top || p.y > fBounds.bottom)
65 return new Polygon(fBounds, points);
H A DPolygon.h33 BRect fBounds; member in class:Polygon
/haiku-fatelf/src/apps/showimage/
H A DSelectionBox.cpp29 fBounds()
45 if (fBounds == bounds)
50 fBounds = bounds;
66 return fBounds;
85 BRect bounds(fBounds);
190 if (fBounds.Height() <= 0.0 || fBounds.Width() <= 0.0)
193 r = fBounds;
H A DSelectionBox.h46 BRect fBounds; member in class:SelectionBox
H A DPrintOptionsWindow.h24 BRect Bounds() const { return fBounds; }
51 BRect fBounds; member in class:PrintOptions
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-fatelf/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.cpp110 BRect fBounds; member in class:DetailsBuilder
125 BRect GetBounds() { return fBounds; }
138 fBounds.OffsetBy(0, view->Bounds().Height()+1);
150 , fBounds(bounds)
172 fMenuField = new BMenuField(fBounds, "menuField", label, fMenu);
176 BCheckBox* cb = new BCheckBox(fBounds, "", label, message);
225 view = new BCheckBox(fBounds, "", text, message);
251 BRect fBounds; member in class:PPDBuilder
284 BRect bounds(fBounds);
307 fBounds
[all...]
/haiku-fatelf/src/add-ons/screen_savers/butterfly/
H A DButterfly.h36 BRect fBounds; member in class:Butterfly
H A DButterfly.cpp73 fBounds = bounds;
88 fBounds.Set(-5.92f * fScale + fTrans.x, -5.92f * fScale + fTrans.y,
94 view->FillRect(fBounds);
/haiku-fatelf/headers/os/interface/
H A DPolygon.h51 BRect fBounds; member in class:BPolygon
/haiku-fatelf/src/tests/add-ons/opengl/fake_renderer/
H A DFakeRenderer.h42 clipping_rect fBounds; member in class:FakeRenderer
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DLink.h98 BRect fBounds; member in class:TextSegment
112 BRect Bounds() const { return fBounds; }
/haiku-fatelf/src/servers/app/font/
H A DFontEngine.h103 { return fBounds; }
136 agg::rect_i fBounds; member in class:FontEngine

Completed in 214 milliseconds

123