Home
last modified time | relevance | path

Searched refs:aToolsPoly (Results 1 – 3 of 3) sorted by path

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2095 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()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1869 … 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()
/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx610 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()

Completed in 78 milliseconds