Searched refs:aToolsPoly (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | gdimetafiletools.cxx | 610 const Polygon aToolsPoly( in clipMetafileContentAgainstOwnRegions() local 618 basegfx::B2DPolyPolygon(aToolsPoly.getB2DPolygon()), in clipMetafileContentAgainstOwnRegions() 636 const Polygon aToolsPoly( in clipMetafileContentAgainstOwnRegions() local 644 basegfx::B2DPolyPolygon(aToolsPoly.getB2DPolygon()), in clipMetafileContentAgainstOwnRegions() 662 const Polygon aToolsPoly( in clipMetafileContentAgainstOwnRegions() local 670 basegfx::B2DPolyPolygon(aToolsPoly.getB2DPolygon()), in clipMetafileContentAgainstOwnRegions()
|
/aoo42x/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 2095 const Polygon aToolsPoly( static_cast<MetaArcAction*>(pCurrAct)->GetRect(), in createActions() local 2098 ::basegfx::B2DPolygon aPoly( aToolsPoly.getB2DPolygon() ); in createActions() 2109 const Polygon aToolsPoly( static_cast<MetaPieAction*>(pCurrAct)->GetRect(), in createActions() local 2112 ::basegfx::B2DPolygon aPoly( aToolsPoly.getB2DPolygon() ); in createActions() 2123 … const Polygon aToolsPoly( static_cast<MetaChordAction*>(pCurrAct)->GetRect(), in createActions() local 2126 ::basegfx::B2DPolygon aPoly( aToolsPoly.getB2DPolygon() ); in createActions()
|
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 1869 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_ARC); in interpretMetafile() local 1870 const basegfx::B2DPolygon aOutline(aToolsPoly.getB2DPolygon()); in interpretMetafile() 1883 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_PIE); in interpretMetafile() local 1884 const basegfx::B2DPolygon aOutline(aToolsPoly.getB2DPolygon()); in interpretMetafile() 1897 … const Polygon aToolsPoly(pA->GetRect(), pA->GetStartPoint(), pA->GetEndPoint(), POLY_CHORD); in interpretMetafile() local 1898 const basegfx::B2DPolygon aOutline(aToolsPoly.getB2DPolygon()); in interpretMetafile()
|
Completed in 51 milliseconds