Lines Matching refs:rAttr

201 									const GraphicAttr& rAttr ) const  in IsInCache()
203 return mpCache->IsInDisplayCache( pOut, rPt, rSz, rObj, rAttr ); in IsInCache()
209 GraphicObject& rObj, const GraphicAttr& rAttr, in DrawObj() argument
230 const Graphic aGraphic( rObj.GetTransformedGraphic( &rAttr ) ); in DrawObj()
234 const sal_uInt16 nRot10 = rAttr.GetRotation() % 3600; in DrawObj()
255 if( !mpCache->DrawDisplayCacheObj( pOut, aPt, aSz, rObj, rAttr ) ) in DrawObj()
256 bRet = ImplDraw( pOut, aPt, aSz, rObj, rAttr, nFlags, rCached ); in DrawObj()
412 const GraphicAttr& rAttr, in ImplDraw() argument
427 mpCache->IsDisplayCacheable( pOut, rPt, rSz, rObj, rAttr ) ) in ImplDraw()
431 if( ImplCreateOutput( pOut, rPt, rSz, aSrcBmpEx, rAttr, nFlags, &aDstBmpEx ) ) in ImplDraw()
433 rCached = mpCache->CreateDisplayCacheObj( pOut, rPt, rSz, rObj, rAttr, aDstBmpEx ); in ImplDraw()
439 bRet = ImplCreateOutput( pOut, rPt, rSz, aSrcBmpEx, rAttr, nFlags ); in ImplDraw()
445 if( mpCache->IsDisplayCacheable( pOut, rPt, rSz, rObj, rAttr ) ) in ImplDraw()
450 if( ImplCreateOutput( pOut, rPt, rSz, rSrcMtf, rAttr, nFlags, aDstMtf, aContainedBmpEx ) ) in ImplDraw()
459 … if( ImplCreateOutput( pOut, rPt, rSz, aContainedBmpEx, rAttr, nFlags, &aDstBmpEx ) ) in ImplDraw()
461 … rCached = mpCache->CreateDisplayCacheObj( pOut, rPt, rSz, rObj, rAttr, aDstBmpEx ); in ImplDraw()
467 … rCached = mpCache->CreateDisplayCacheObj( pOut, rPt, rSz, rObj, rAttr, aDstMtf ); in ImplDraw()
475 const Graphic aGraphic( rObj.GetTransformedGraphic( &rAttr ) ); in ImplDraw()
493 const BitmapEx& rBmpEx, const GraphicAttr& rAttr, in ImplCreateOutput() argument
496 sal_uInt16 nRot10 = rAttr.GetRotation() % 3600; in ImplCreateOutput()
535 sal_Bool bHMirr = ( rAttr.GetMirrorFlags() & BMP_MIRROR_HORZ ) != 0; in ImplCreateOutput()
536 sal_Bool bVMirr = ( rAttr.GetMirrorFlags() & BMP_MIRROR_VERT ) != 0; in ImplCreateOutput()
686 if( rAttr.IsSpecialDrawMode() || rAttr.IsAdjusted() || rAttr.IsTransparent() ) in ImplCreateOutput()
687 … ImplAdjust( aOutBmpEx, rAttr, ADJUSTMENT_DRAWMODE | ADJUSTMENT_COLORS | ADJUSTMENT_TRANSPARENCY ); in ImplCreateOutput()
708 if( !rAttr.IsTransparent() && !aOutBmpEx.IsAlpha() ) in ImplCreateOutput()
723 const GDIMetaFile& rMtf, const GraphicAttr& rAttr, in ImplCreateOutput() argument
1009 …if( rAttr.IsSpecialDrawMode() || rAttr.IsAdjusted() || rAttr.IsMirrored() || rAttr.IsRotated() || in ImplCreateOutput()
1010 ImplAdjust( rOutMtf, rAttr, ADJUSTMENT_ALL ); in ImplCreateOutput()
1012 ImplDraw( pOut, rPt, rSz, rOutMtf, rAttr ); in ImplCreateOutput()
1749 void GraphicManager::ImplAdjust( BitmapEx& rBmpEx, const GraphicAttr& rAttr, sal_uLong nAdjustmentF… in ImplAdjust() argument
1751 GraphicAttr aAttr( rAttr ); in ImplAdjust()
1854 void GraphicManager::ImplAdjust( GDIMetaFile& rMtf, const GraphicAttr& rAttr, sal_uLong nAdjustment… in ImplAdjust() argument
1856 GraphicAttr aAttr( rAttr ); in ImplAdjust()
1907 void GraphicManager::ImplAdjust( Animation& rAnimation, const GraphicAttr& rAttr, sal_uLong nAdjust… in ImplAdjust() argument
1909 GraphicAttr aAttr( rAttr ); in ImplAdjust()
1961 const GDIMetaFile& rMtf, const GraphicAttr& rAttr ) in ImplDraw() argument
1963 sal_uInt16 nRot10 = rAttr.GetRotation() % 3600; in ImplDraw()
2400 const GraphicAttr& rAttr, in ImplTransformBitmap() argument
2410 if( rAttr.IsCropped() ) in ImplTransformBitmap()
2458 if( rAttr.GetRotation() != 0 && !IsAnimated() ) in ImplTransformBitmap()