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

123

/haiku/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/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/src/kits/interface/
H A DPolygon.cpp27 fBounds(0.0f, 0.0f, -1.0f, -1.0f),
37 fBounds(0.0f, 0.0f, -1.0f, -1.0f),
47 fBounds(0.0f, 0.0f, -1.0f, -1.0f),
57 fBounds(0.0f, 0.0f, -1.0f, -1.0f),
80 fBounds.Set(0.0f, 0.0f, -1.0f, -1.0f);
83 fBounds = other.fBounds;
92 return fBounds;
116 _MapRectangle(&fBounds, source, destination);
190 fBounds
[all...]
H A DRegion.cpp29 fBounds((clipping_rect){ 0, 0, 0, 0 }),
40 fBounds((clipping_rect){ 0, 0, 0, 0 }),
51 fBounds((clipping_rect){ 0, 0, 0, 0 }),
52 fData(&fBounds)
57 fBounds = _ConvertToInternal(rect);
67 fBounds(clipping),
68 fData(&fBounds)
75 if (fData != &fBounds)
90 fBounds = other.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/src/servers/app/drawing/
H A DAlphaMask.cpp34 fBounds(),
60 fBounds(other->fBounds),
88 fBounds(),
188 fBits.SetTo(new(std::nothrow) UtilityBitmap(fBounds, B_GRAY8, 0), true);
201 if (fPreviousMask->fBounds.Intersects(fBounds)) {
202 IntRect previousBounds(fBounds.OffsetByCopy(
203 -fPreviousMask->fBounds.left, -fPreviousMask->fBounds
[all...]
/haiku/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/src/apps/terminal/
H A DArguments.h25 BRect Bounds() const { return fBounds; }
37 BRect fBounds; member in class:Arguments
/haiku/src/tests/kits/interface/bpolygon/
H A DDummyPolygon.h36 BRect fBounds; member in class:DummyPolygon
/haiku/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
H A DSpiderSaver.cpp99 fBounds = view->Bounds();
100 _Init(fBounds);
155 _Init(fBounds);
166 _Init(fBounds);
177 _Init(fBounds);
188 _Init(fBounds);
/haiku/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
/haiku/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/src/add-ons/screen_savers/butterfly/
H A DButterfly.h36 BRect fBounds; member in class:Butterfly
/haiku/src/servers/app/
H A DServerFont.cpp139 fBounds(0, 0, 0, 0),
192 fBounds = font.fBounds;
211 && fEncoding == other.fEncoding && fBounds == other.fBounds
261 // invalidate fBounds
262 fBounds.Set(0, -1, 0, -1);
301 // invalidate fBounds
302 fBounds.Set(0, -1, 0, -1);
328 // invalidate fBounds
[all...]
/haiku/src/servers/app/font/
H A DFontEngine.cpp431 fBounds(1, 1, 0, 0),
519 fBounds.x1 = fScanlineStorageBin.min_x();
520 fBounds.y1 = fScanlineStorageBin.min_y();
521 fBounds.x2 = fScanlineStorageBin.max_x();
522 fBounds.y2 = fScanlineStorageBin.max_y();
537 fBounds.x1 = fScanlineStorageAA.min_x();
538 fBounds.y1 = fScanlineStorageAA.min_y();
539 fBounds.x2 = fScanlineStorageAA.max_x();
540 fBounds.y2 = fScanlineStorageAA.max_y();
555 fBounds
[all...]
/haiku/src/tests/add-ons/opengl/fake_renderer/
H A DFakeRenderer.h42 clipping_rect fBounds; member in class:FakeRenderer
/haiku/headers/os/interface/
H A DPolygon.h50 BRect fBounds; member in class:BPolygon

Completed in 323 milliseconds

123