Lines Matching refs:maSize
39 ::basegfx::B2ISize maSize;
45 maSize(rSize), in SurfaceRect()
65 const sal_Int32 x2(maPos.getX()+maSize.getX()); in pointInside()
66 const sal_Int32 y2(maPos.getY()+maSize.getY()); in pointInside()
79 const sal_Int32 x2(maPos.getX()+maSize.getX()); in hLineIntersect()
80 const sal_Int32 y2(maPos.getY()+maSize.getY()); in hLineIntersect()
93 const sal_Int32 x2(maPos.getX()+maSize.getX()); in vLineIntersect()
94 const sal_Int32 y2(maPos.getY()+maSize.getY()); in vLineIntersect()
107 const sal_Int32 x2(maPos.getX()+maSize.getX()); in intersection()
108 const sal_Int32 y2(maPos.getY()+maSize.getY()); in intersection()
120 const sal_Int32 x2(maPos.getX()+maSize.getX()); in inside()
121 const sal_Int32 y2(maPos.getY()+maSize.getY()); in inside()