Searched refs:aClipPolyPolygon (Results 1 – 2 of 2) sorted by relevance
143 basegfx::B2DPolyPolygon aClipPolyPolygon; in apply() local161 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()222 … aClipPolyPolygon = basegfx::B2DPolyPolygon(basegfx::tools::createPolygonFromRect(aCommonRange)); in apply()250 aClipPolyPolygon, in apply()
2593 basegfx::B2DPolyPolygon aClipPolyPolygon( in interpretMetafile() local2596 aClipPolyPolygon.transform(aTransform); in interpretMetafile()2597 … HandleNewClipRegion(aClipPolyPolygon, rTargetHolders, rPropertyHolders); in interpretMetafile()
Completed in 32 milliseconds