Home
last modified time | relevance | path

Searched refs:aClipPolyPolygon (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svgio/source/svgreader/
H A Dsvgclippathnode.cxx143 basegfx::B2DPolyPolygon aClipPolyPolygon; in apply() local
161 aClipPolyPolygon = basegfx::tools::mergeToSinglePolyPolygon(rResult); in apply()
165 aClipPolyPolygon = rResult[0]; in apply()
169 if(aClipPolyPolygon.count()) in apply()
179 aClipPolyPolygon.transform( in apply()
189 aClipPolyPolygon.transform(*pTransform); in apply()
198 if(basegfx::tools::isRectangle(aClipPolyPolygon)) in apply()
202 const basegfx::B2DRange aClipRange(aClipPolyPolygon.getB2DRange()); in apply()
222aClipPolyPolygon = basegfx::B2DPolyPolygon(basegfx::tools::createPolygonFromRect(aCommonRange)); in apply()
250 aClipPolyPolygon, in apply()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx2593 basegfx::B2DPolyPolygon aClipPolyPolygon( in interpretMetafile() local
2596 aClipPolyPolygon.transform(aTransform); in interpretMetafile()
2597 … HandleNewClipRegion(aClipPolyPolygon, rTargetHolders, rPropertyHolders); in interpretMetafile()

Completed in 24 milliseconds