Lines Matching refs:aAttr

679 	GraphicAttr	        aAttr( pAttr ? *pAttr : GetAttr() );  in Draw()  local
683 sal_Bool bCropped = aAttr.IsCropped(); in Draw()
698 aAttr.SetMirrorFlags( aAttr.GetMirrorFlags() ^ BMP_MIRROR_HORZ ); in Draw()
706 aAttr.SetMirrorFlags( aAttr.GetMirrorFlags() ^ BMP_MIRROR_VERT ); 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()
851 const GraphicAttr aAttr( pAttr ? *pAttr : GetAttr() ); in StartAnimation() local
857 sal_Bool bCropped = aAttr.IsCropped(); in StartAnimation()
863 const sal_Bool bCrop = ImplGetCropParams( pOut, aPt, aSz, &aAttr, aClipPolyPoly, bRectClip ); in StartAnimation()
876 if( !mpSimpleCache || ( mpSimpleCache->maAttr != aAttr ) || pFirstFrameOutDev ) in StartAnimation()
881 mpSimpleCache = new GrfSimpleCacheObj( GetTransformedGraphic( &aAttr ), aAttr ); in StartAnimation()
893 bRet = Draw( pOut, rPt, rSz, &aAttr, GRFMGR_DRAW_STANDARD ); in StartAnimation()
1186 GraphicAttr aAttr( pAttr ? *pAttr : GetAttr() ); in GetTransformedGraphic() local
1190 …if( aAttr.IsSpecialDrawMode() || aAttr.IsAdjusted() || aAttr.IsMirrored() || aAttr.IsRotated() || in GetTransformedGraphic()
1197 GraphicManager::ImplAdjust( aAnimation, aAttr, ADJUSTMENT_ALL ); in GetTransformedGraphic()
1204 GraphicManager::ImplAdjust( aBmpEx, aAttr, ADJUSTMENT_ALL ); in GetTransformedGraphic()
1211 GraphicManager::ImplAdjust( aMtf, aAttr, ADJUSTMENT_ALL ); in GetTransformedGraphic()
1390 GraphicAttr aAttr; in operator >>() local
1394 rIStm >> aGraphic >> aAttr >> bLink; in operator >>()
1397 rGraphicObj.SetAttr( aAttr ); in operator >>()