Searched refs:IntPoint (Results 1 - 14 of 14) sorted by relevance

/haiku/src/servers/app/
H A DIntPoint.h17 class IntPoint { class
22 IntPoint();
23 IntPoint(int32 X, int32 Y);
24 IntPoint(const IntPoint& p);
25 IntPoint(const BPoint& p);
27 IntPoint& operator=(const IntPoint& p);
33 IntPoint operator+(const IntPoint
48 IntPoint::IntPoint() function in class:IntPoint
56 IntPoint::IntPoint(int32 x, int32 y) function in class:IntPoint
64 IntPoint::IntPoint(const IntPoint& p) function in class:IntPoint
72 IntPoint::IntPoint(const BPoint& p) function in class:IntPoint
[all...]
H A DIntPoint.cpp11 #include "IntPoint.h"
19 IntPoint::ConstrainTo(const IntRect& r)
27 IntPoint::PrintToStream() const
29 printf("IntPoint(x:%" B_PRId32 ", y:%" B_PRId32 ")\n", x, y);
33 IntPoint
34 IntPoint::operator+(const IntPoint& p) const
36 return IntPoint(x + p.x, y + p.y);
40 IntPoint
41 IntPoint
[all...]
H A DIntRect.h16 #include "IntPoint.h"
29 IntRect(const IntPoint& lt,
30 const IntPoint& rb);
37 IntPoint LeftTop() const;
38 IntPoint RightBottom() const;
39 IntPoint LeftBottom() const;
40 IntPoint RightTop() const;
42 void SetLeftTop(const IntPoint& p);
43 void SetRightBottom(const IntPoint& p);
44 void SetLeftBottom(const IntPoint
[all...]
H A DLayer.h11 #include "IntPoint.h"
29 IntPoint LeftTopOffset() const;
38 IntPoint fLeftTopOffset;
H A DIntRect.cpp16 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)
68 IntRect::InsetBySelf(const IntPoint& point)
84 IntRect::InsetByCopy(const IntPoint& point)
102 IntRect::OffsetBy(const IntPoint& point)
122 IntRect::OffsetBySelf(const IntPoint& point)
138 IntRect::OffsetByCopy(const IntPoint
[all...]
H A DLayer.cpp142 IntPoint oldOffset;
145 oldOffset = mask->SetCanvasGeometry(IntPoint(0, 0), boundingBox);
181 IntPoint
H A DView.h47 View(IntRect frame, IntPoint scrollingOffset,
70 inline IntPoint ScrollingOffset() const
243 IntPoint fScrollingOffset;
H A DCanvas.h29 class IntPoint;
H A DSimpleTransform.h23 #include "IntPoint.h"
51 void Apply(IntPoint* point) const
H A DView.cpp84 View::View(IntRect frame, IntPoint scrollingOffset, const char* name,
1339 printf(" fScrollingOffset: IntPoint(%" B_PRId32 ", %" B_PRId32 ")\n",
/haiku/src/servers/app/drawing/
H A DAlphaMask.h39 IntPoint SetCanvasGeometry(IntPoint origin,
69 virtual IntPoint _Offset() = 0;
82 IntPoint fCanvasOrigin;
109 virtual IntPoint _Offset();
127 virtual IntPoint _Offset();
H A DAlphaMask.cpp117 IntPoint
118 AlphaMask::SetCanvasGeometry(IntPoint origin, IntRect bounds)
126 IntPoint oldOrigin = fCanvasOrigin;
293 const IntPoint maskOffset = _Offset();
333 IntPoint
336 return IntPoint(0, 0);
435 IntPoint
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapNoScale.h11 #include "IntPoint.h"
22 uint32 bytesPerSourcePixel, IntPoint offset, BRect destinationRect)
/haiku/src/tests/servers/app/unit_tests/
H A DSimpleTransformTest.cpp8 #include "IntPoint.h"
34 IntPoint point(1, 1);

Completed in 167 milliseconds