Lines Matching refs:rAttr
69 GrfSimpleCacheObj( const Graphic& rGraphic, const GraphicAttr& rAttr ) : in GrfSimpleCacheObj()
70 maGraphic( rGraphic ), maAttr( rAttr ) {} in GrfSimpleCacheObj()
493 void GraphicObject::SetAttr( const GraphicAttr& rAttr ) in SetAttr() argument
495 maAttr = rAttr; in SetAttr()
497 if( mpSimpleCache && ( mpSimpleCache->maAttr != rAttr ) ) in SetAttr()
951 …ransformedGraphic( const Size& rDestSize, const MapMode& rDestMap, const GraphicAttr& rAttr ) const in GetTransformedGraphic()
973 Size(rAttr.GetLeftCrop(), rAttr.GetTopCrop()), in GetTransformedGraphic()
976 Size(rAttr.GetRightCrop(), rAttr.GetBottomCrop()), in GetTransformedGraphic()
983 Size(rAttr.GetLeftCrop(), rAttr.GetTopCrop()), in GetTransformedGraphic()
987 Size(rAttr.GetRightCrop(), rAttr.GetBottomCrop()), in GetTransformedGraphic()
996 if( rAttr.IsCropped() ) in GetTransformedGraphic()
1040 if(rAttr.IsCropped()) in GetTransformedGraphic()
1046 Size(rAttr.GetLeftCrop(), rAttr.GetTopCrop()), in GetTransformedGraphic()
1049 Size(rAttr.GetRightCrop(), rAttr.GetBottomCrop()), in GetTransformedGraphic()
1056 Size(rAttr.GetLeftCrop(), rAttr.GetTopCrop()), in GetTransformedGraphic()
1059 Size(rAttr.GetRightCrop(), rAttr.GetBottomCrop()), in GetTransformedGraphic()
1069 if(rAttr.IsCropped() in GetTransformedGraphic()
1118 ImplTransformBitmap( aAnimBmp.aBmpEx, rAttr, Size(), Size(), in GetTransformedGraphic()
1163 ImplTransformBitmap( aBitmapEx, rAttr, aCropLeftTop, aCropRightBottom, in GetTransformedGraphic()
1174 aTransGraphic = aGrfObj.GetTransformedGraphic( &rAttr ); in GetTransformedGraphic()