Lines Matching refs:aXPoly
130 XPolygon aXPoly(Point (0, 1250), 2500, 2500, 0, 900, sal_False); in ImpCreateBasic3DShape() local
131 aXPoly.Scale(5.0, 5.0); in ImpCreateBasic3DShape()
133 ::basegfx::B2DPolygon aB2DPolygon(aXPoly.getB2DPolygon()); in ImpCreateBasic3DShape()
148 XPolygon aXPoly(Point (0, 1250), 2500, 2500, 0, 900, sal_False); in ImpCreateBasic3DShape() local
149 aXPoly.Scale(5.0, 5.0); in ImpCreateBasic3DShape()
151 aXPoly.Insert(0, Point (2400*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
152 aXPoly.Insert(0, Point (2000*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
153 aXPoly.Insert(0, Point (1500*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
154 aXPoly.Insert(0, Point (1000*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
155 aXPoly.Insert(0, Point (500*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
156 aXPoly.Insert(0, Point (250*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
157 aXPoly.Insert(0, Point (50*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
158 aXPoly.Insert(0, Point (0*5, 1250*5), XPOLY_NORMAL); in ImpCreateBasic3DShape()
160 ::basegfx::B2DPolygon aB2DPolygon(aXPoly.getB2DPolygon()); in ImpCreateBasic3DShape()