Lines Matching refs:aClipPolyPoly
640 PolyPolygon aClipPolyPoly; in IsCached() local
642 ImplGetCropParams( pOut, aPt, aSz, pAttr, aClipPolyPoly, bRectClip ); in IsCached()
711 PolyPolygon aClipPolyPoly; in Draw() local
713 const sal_Bool bCrop = ImplGetCropParams( pOut, aPt, aSz, &aAttr, aClipPolyPoly, bRectClip ); in Draw()
723 aCropRect = aClipPolyPoly.GetBoundRect(); in Draw()
728 pOut->IntersectClipRegion( aClipPolyPoly ); in Draw()
783 PolyPolygon aClipPolyPoly; in DrawWithPDFHandling() local
788 aClipPolyPoly, in DrawWithPDFHandling()
792 aCropRect = aClipPolyPoly.GetBoundRect(); in DrawWithPDFHandling()
861 PolyPolygon aClipPolyPoly; in StartAnimation() local
863 const sal_Bool bCrop = ImplGetCropParams( pOut, aPt, aSz, &aAttr, aClipPolyPoly, bRectClip ); in StartAnimation()
870 pOut->IntersectClipRegion( aClipPolyPoly.GetBoundRect() ); in StartAnimation()
872 pOut->IntersectClipRegion( aClipPolyPoly ); in StartAnimation()