Lines Matching refs:aSz
637 Size aSz( rSz ); in IsCached() local
642 ImplGetCropParams( pOut, aPt, aSz, pAttr, aClipPolyPoly, bRectClip ); in IsCached()
644 bRet = mpMgr->IsInCache( pOut, aPt, aSz, *this, ( pAttr ? *pAttr : GetAttr() ) ); in IsCached()
681 Size aSz( rSz ); in Draw() local
694 if( aSz.Width() < 0L ) in Draw()
696 aPt.X() += aSz.Width() + 1; in Draw()
697 aSz.Width() = -aSz.Width(); in Draw()
702 if( aSz.Height() < 0L ) in Draw()
704 aPt.Y() += aSz.Height() + 1; in Draw()
705 aSz.Height() = -aSz.Height(); in Draw()
713 const sal_Bool bCrop = ImplGetCropParams( pOut, aPt, aSz, &aAttr, aClipPolyPoly, bRectClip ); in Draw()
733 bRet = mpMgr->DrawObj( pOut, aPt, aSz, *this, aAttr, nFlags, bCached ); in Draw()
764 Size aSz( rSz ); in DrawWithPDFHandling() local
786 aPt, aSz, in DrawWithPDFHandling()
807 Rectangle( aPt, aSz ), in DrawWithPDFHandling()
856 Size aSz( rSz ); in StartAnimation() local
863 const sal_Bool bCrop = ImplGetCropParams( pOut, aPt, aSz, &aAttr, aClipPolyPoly, bRectClip ); in StartAnimation()
885 mpSimpleCache->maGraphic.StartAnimation( pOut, aPt, aSz, nExtraData, pFirstFrameOutDev ); in StartAnimation()