Lines Matching refs:maPolyPoly2D
72 maPolyPoly2D(rPoly2D) in E3dLatheObj()
77 maPolyPoly2D.transform(aMirrorY); in E3dLatheObj()
84 maPolyPoly2D.removeDoublePoints(); in E3dLatheObj()
86 if(maPolyPoly2D.count()) in E3dLatheObj()
88 const basegfx::B2DPolygon rPoly(maPolyPoly2D.getB2DPolygon(0L)); in E3dLatheObj()
148 maPolyPoly2D = r3DObj.maPolyPoly2D; in operator =()
188 if(maPolyPoly2D != rNew) in SetPolyPoly2D()
190 maPolyPoly2D = rNew; in SetPolyPoly2D()
191 maPolyPoly2D.removeDoublePoints(); in SetPolyPoly2D()
193 if(maPolyPoly2D.count()) in SetPolyPoly2D()
195 const basegfx::B2DPolygon rPoly(maPolyPoly2D.getB2DPolygon(0L)); in SetPolyPoly2D()
255 …:B3DPolyPolygon aLathePoly3D(basegfx::tools::createB3DPolyPolygonFromB2DPolyPolygon(maPolyPoly2D)); in GetBreakObj()