Lines Matching refs:maPos
38 ::basegfx::B2IPoint maPos;
44 maPos(), in SurfaceRect()
63 const sal_Int32 x1(maPos.getX()); in pointInside()
64 const sal_Int32 y1(maPos.getY()); in pointInside()
65 const sal_Int32 x2(maPos.getX()+maSize.getX()); in pointInside()
66 const sal_Int32 y2(maPos.getY()+maSize.getY()); in pointInside()
77 const sal_Int32 x1(maPos.getX()); in hLineIntersect()
78 const sal_Int32 y1(maPos.getY()); in hLineIntersect()
79 const sal_Int32 x2(maPos.getX()+maSize.getX()); in hLineIntersect()
80 const sal_Int32 y2(maPos.getY()+maSize.getY()); in hLineIntersect()
91 const sal_Int32 x1(maPos.getX()); in vLineIntersect()
92 const sal_Int32 y1(maPos.getY()); in vLineIntersect()
93 const sal_Int32 x2(maPos.getX()+maSize.getX()); in vLineIntersect()
94 const sal_Int32 y2(maPos.getY()+maSize.getY()); in vLineIntersect()
105 const sal_Int32 x1(maPos.getX()); in intersection()
106 const sal_Int32 y1(maPos.getY()); in intersection()
107 const sal_Int32 x2(maPos.getX()+maSize.getX()); in intersection()
108 const sal_Int32 y2(maPos.getY()+maSize.getY()); in intersection()
118 const sal_Int32 x1(maPos.getX()); in inside()
119 const sal_Int32 y1(maPos.getY()); in inside()
120 const sal_Int32 x2(maPos.getX()+maSize.getX()); in inside()
121 const sal_Int32 y2(maPos.getY()+maSize.getY()); in inside()