Home
last modified time | relevance | path

Searched refs:aFillPolyPolygon (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1400 basegfx::B2DPolyPolygon aFillPolyPolygon; in Impl_handleLineInfoPolyPolygons() local
1402 rInfo.applyToB2DPolyPolygon(aLinePolyPolygon, aFillPolyPolygon); in Impl_handleLineInfoPolyPolygons()
1413 if(aFillPolyPolygon.count()) in Impl_handleLineInfoPolyPolygons()
1421 for(sal_uInt32 a(0); a < aFillPolyPolygon.count(); a++) in Impl_handleLineInfoPolyPolygons()
1423 const Polygon aPolygon(aFillPolyPolygon.getB2DPolygon(a)); in Impl_handleLineInfoPolyPolygons()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx663 basegfx::B2DPolyPolygon aFillPolyPolygon(rFillPolyPolygon); in createFillPrimitive() local
664 aFillPolyPolygon.transform(rProperties.getTransformation()); in createFillPrimitive()
667 aFillPolyPolygon, in createFillPrimitive()
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx1556 basegfx::B2DPolyPolygon aFillPolyPolygon; in impPaintLineGeometryWithEvtlExpand() local
1615 aFillPolyPolygon.append(basegfx::tools::createAreaGeometry( in impPaintLineGeometryWithEvtlExpand()
1648 if(aFillPolyPolygon.count()) in impPaintLineGeometryWithEvtlExpand()
1662 bDone = mpGraphics->DrawPolyPolygon(aFillPolyPolygon, 0.0, this); in impPaintLineGeometryWithEvtlExpand()
1667 for(sal_uInt32 a(0); a < aFillPolyPolygon.count(); a++) in impPaintLineGeometryWithEvtlExpand()
1669 Polygon aPolygon(aFillPolyPolygon.getB2DPolygon(a)); in impPaintLineGeometryWithEvtlExpand()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx1137 basegfx::B2DPolyPolygon aFillPolyPolygon; in HandleLineInfoPolyPolygons() local
1139 rInfo.applyToB2DPolyPolygon(aLinePolyPolygon, aFillPolyPolygon); in HandleLineInfoPolyPolygons()
1153 if(aFillPolyPolygon.count()) in HandleLineInfoPolyPolygons()
1162 for(sal_uInt32 a(0); a < aFillPolyPolygon.count(); a++) in HandleLineInfoPolyPolygons()
1164 const Polygon aPolygon(aFillPolyPolygon.getB2DPolygon(a)); in HandleLineInfoPolyPolygons()
H A Demfwr.cxx863 basegfx::B2DPolyPolygon aFillPolyPolygon; in Impl_handleLineInfoPolyPolygons() local
865 rInfo.applyToB2DPolyPolygon(aLinePolyPolygon, aFillPolyPolygon); in Impl_handleLineInfoPolyPolygons()
876 if(aFillPolyPolygon.count()) in Impl_handleLineInfoPolyPolygons()
884 for(sal_uInt32 a(0); a < aFillPolyPolygon.count(); a++) in Impl_handleLineInfoPolyPolygons()
886 const Polygon aPolygon(aFillPolyPolygon.getB2DPolygon(a)); in Impl_handleLineInfoPolyPolygons()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx1372 basegfx::B2DPolyPolygon aFillPolyPolygon; in HandleLineInfoPolyPolygons() local
1374 rInfo.applyToB2DPolyPolygon(aLinePolyPolygon, aFillPolyPolygon); in HandleLineInfoPolyPolygons()
1406 if(aFillPolyPolygon.count()) in HandleLineInfoPolyPolygons()
1415 for(sal_uInt32 a(0); a < aFillPolyPolygon.count(); a++) in HandleLineInfoPolyPolygons()
1417 const Polygon aPolygon(aFillPolyPolygon.getB2DPolygon(a).getDefaultAdaptiveSubdivision()); in HandleLineInfoPolyPolygons()
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx80 … const basegfx::B3DPolyPolygon aFillPolyPolygon(rPrimitive.getB3DPolyPolygon()); in impCreate3DDecomposition() local
88 if(aFillPolyPolygon.areTextureCoordinatesUsed()) in impCreate3DDecomposition()
90 const sal_uInt32 nPolyCount(aFillPolyPolygon.count()); in impCreate3DDecomposition()
100 … const basegfx::B3DPolygon aPartPoly(aFillPolyPolygon.getB3DPolygon(b)); in impCreate3DDecomposition()

Completed in 64 milliseconds