Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/graphic/
H A Dgrfmgr.cxx647 PolyPolygon aClipPolyPoly; in IsCached() local
649 ImplGetCropParams( pOut, aPt, aSz, pAttr, aClipPolyPoly, bRectClip ); in IsCached()
718 PolyPolygon aClipPolyPoly; in Draw() local
720 … const sal_Bool bCrop = ImplGetCropParams( pOut, aPt, aSz, &aAttr, aClipPolyPoly, bRectClip ); in Draw()
730 aCropRect = aClipPolyPoly.GetBoundRect(); in Draw()
735 pOut->IntersectClipRegion( aClipPolyPoly ); in Draw()
790 PolyPolygon aClipPolyPoly; in DrawWithPDFHandling() local
795 aClipPolyPoly, in DrawWithPDFHandling()
799 aCropRect = aClipPolyPoly.GetBoundRect(); in DrawWithPDFHandling()
868 PolyPolygon aClipPolyPoly; in StartAnimation() local
[all …]
/AOO41X/main/vcl/source/gdi/
H A Doutdev4.cxx911 PolyPolygon aClipPolyPoly( ImplLogicToDevicePixel( rPolyPoly ) ); in DrawGradient() local
927 ImplDrawLinearGradient( aRect, aGradient, sal_False, &aClipPolyPoly ); in DrawGradient()
929 ImplDrawComplexGradient( aRect, aGradient, sal_False, &aClipPolyPoly ); in DrawGradient()