Searched refs:IntRect (Results 1 - 20 of 20) sorted by relevance

/haiku/src/servers/app/
H A DIntRect.cpp10 #include "IntRect.h"
16 IntRect::SetLeftTop(const IntPoint& p)
24 IntRect::SetRightBottom(const IntPoint& p)
32 IntRect::SetLeftBottom(const IntPoint& p)
40 IntRect::SetRightTop(const IntPoint& p)
48 IntRect::InsetBy(const IntPoint& point)
58 IntRect::InsetBy(int32 dx, int32 dy)
67 IntRect&
68 IntRect::InsetBySelf(const IntPoint& point)
75 IntRect
[all...]
H A DIntRect.h18 class IntRect { class
25 IntRect();
26 IntRect(const IntRect& r);
27 IntRect(const BRect& r);
28 IntRect(int32 l, int32 t, int32 r, int32 b);
29 IntRect(const IntPoint& lt,
32 IntRect& operator=(const IntRect &r);
56 IntRect
125 IntRect::IntRect() function in class:IntRect
133 IntRect::IntRect(int32 l, int32 t, int32 r, int32 b) function in class:IntRect
143 IntRect::IntRect(const IntRect &r) function in class:IntRect
153 IntRect::IntRect(const BRect &r) function in class:IntRect
163 IntRect::IntRect(const IntPoint& leftTop, const IntPoint& rightBottom) function in class:IntRect
[all...]
H A DRenderingBuffer.h7 #include "IntRect.h"
29 inline IntRect Bounds() const
30 { return IntRect(0, 0, Width() - 1,
H A DCanvas.h30 class IntRect;
65 virtual IntRect Bounds() const = 0;
96 const DrawState& state, const IntRect& bounds);
106 virtual IntRect Bounds() const;
115 IntRect fBounds;
H A DView.h20 #include "IntRect.h"
47 View(IntRect frame, IntPoint scrollingOffset,
55 IntRect Frame() const
57 virtual IntRect Bounds() const;
75 void ConvertToVisibleInTopView(IntRect* bounds) const;
133 void CopyBits(IntRect src, IntRect dst,
150 IntRect sourceRect, IntRect destRect,
241 IntRect fFram
[all...]
H A DIntPoint.h15 class IntRect;
30 void ConstrainTo(const IntRect& r);
H A DView.cpp53 resize_frame(IntRect& frame, uint32 resizingMode, int32 x, int32 y)
84 View::View(IntRect frame, IntPoint scrollingOffset, const char* name,
146 IntRect
149 IntRect bounds(fScrollingOffset.x, fScrollingOffset.y,
157 View::ConvertToVisibleInTopView(IntRect* bounds) const
265 IntRect clippedFrame = view->Frame();
319 IntRect clippedFrame = view->Frame();
446 IntRect frame = Frame();
493 View::SetViewBitmap(ServerBitmap* bitmap, IntRect sourceRect,
494 IntRect destRec
[all...]
H A DIntPoint.cpp15 #include "IntRect.h"
19 IntPoint::ConstrainTo(const IntRect& r)
H A DCanvas.cpp281 const DrawState& state, const IntRect& bounds)
313 IntRect
H A DLayer.cpp11 #include "IntRect.h"
62 virtual IntRect Bounds() const
H A DSimpleTransform.h24 #include "IntRect.h"
66 void Apply(IntRect* rect) const
/haiku/src/servers/app/drawing/
H A DAlphaMask.h17 #include "IntRect.h"
40 IntRect bounds);
63 const IntRect& _PreviousMaskBounds() const;
68 virtual ServerBitmap* _RenderSource(const IntRect& canvasBounds) = 0;
75 IntRect fBounds;
83 IntRect fCanvasBounds;
108 virtual ServerBitmap* _RenderSource(const IntRect& canvasBounds);
126 virtual ServerBitmap* _RenderSource(const IntRect& canvasBounds);
H A DAlphaMask.cpp118 AlphaMask::SetCanvasGeometry(IntPoint origin, IntRect bounds)
128 IntRect oldBounds = fCanvasBounds;
129 fCanvasBounds = IntRect(0, 0, bounds.Width(), bounds.Height());
202 IntRect previousBounds(fBounds.OffsetByCopy(
283 const IntRect&
327 UniformAlphaMask::_RenderSource(const IntRect&) argument
371 VectorAlphaMask<VectorMaskType>::_RenderSource(const IntRect& canvasBounds)
385 IntRect previousBounds = _PreviousMaskBounds();
H A DHWInterface.cpp175 IntRect r = _CursorFrame();
180 IntRect r = _CursorFrame();
229 IntRect oldFrame = _CursorFrame();
241 IntRect newFrame = _CursorFrame();
362 IntRect area(frame);
363 IntRect bufferClip(backBuffer->Bounds());
538 HWInterface::_DrawCursor(IntRect area) const
544 IntRect cf = _CursorFrame();
864 IntRect
867 IntRect fram
[all...]
H A DHWInterface.h24 #include "IntRect.h"
204 virtual void _DrawCursor(IntRect area) const;
210 IntRect _CursorFrame() const;
/haiku/src/servers/app/drawing/Painter/
H A DAGGTextRenderer.cpp27 #include "IntRect.h"
121 StringRenderer(const IntRect& clippingFrame, bool dryRun,
175 IntRect b = fBounds;
236 IntRect glyphBounds(int32(r.x1 + x), int32(r.y1 + y - 1),
355 IntRect Bounds() const
363 const IntRect& fClippingFrame;
368 IntRect fBounds;
402 IntRect clippingIntFrame(clippingFrame);
441 IntRect clippingIntFrame(clippingFrame);
/haiku/src/tests/servers/app/unit_tests/
H A DSimpleTransformTest.cpp9 #include "IntRect.h"
60 IntRect rect(5, 10, 15, 20);
64 CPPUNIT_ASSERT(rect == IntRect(15, 20, 25, 30));
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNoScale.h12 #include "IntRect.h"
87 IntRect fRect;
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.h106 virtual void _DrawCursor(IntRect area) const;
H A DAccelerantHWInterface.cpp1468 IntRect r = _CursorFrame();
1581 AccelerantHWInterface::_DrawCursor(IntRect area) const

Completed in 144 milliseconds