Lines Matching refs:rAttr

462 											   const GraphicObject& rObj, const GraphicAttr& rAttr );
468 const GraphicObject& rObj, const GraphicAttr& rAttr, in GraphicDisplayCacheEntry() argument
472 maAttr( rAttr ), maOutSizePix( pOut->LogicToPixel( rSz ) ), in GraphicDisplayCacheEntry()
473 mnCacheSize( GetNeededSize( pOut, rPt, rSz, rObj, rAttr ) ), in GraphicDisplayCacheEntry()
481 const GraphicObject& rObj, const GraphicAttr& rAttr, in GraphicDisplayCacheEntry() argument
485 maAttr( rAttr ), maOutSizePix( pOut->LogicToPixel( rSz ) ), in GraphicDisplayCacheEntry()
486 mnCacheSize( GetNeededSize( pOut, rPt, rSz, rObj, rAttr ) ), in GraphicDisplayCacheEntry()
506 const GraphicCacheEntry* pCacheEntry, const GraphicAttr& rAttr ) const in Matches()
515 ( maAttr == rAttr ) && in Matches()
527 const GraphicObject& rObj, const GraphicAttr& rAttr ) in GetNeededSize() argument
547 if( rObj.IsTransparent() || ( rAttr.GetRotation() % 3600 ) ) in GetNeededSize()
871 const GraphicObject& rObj, const GraphicAttr& rAttr ) const in IsDisplayCacheable()
873 return( GraphicDisplayCacheEntry::GetNeededSize( pOut, rPt, rSz, rObj, rAttr ) <= in IsDisplayCacheable()
880 const GraphicObject& rObj, const GraphicAttr& rAttr ) const in IsInDisplayCache()
891 …eEntry*) maDisplayCache.GetObject( i ) )->Matches( pOut, aPtPixel, aSzPixel, pCacheEntry, rAttr ) ) in IsInDisplayCache()
921 const GraphicObject& rObj, const GraphicAttr& rAttr, in CreateDisplayCacheObj() argument
924 …const sal_uLong nNeededSize = GraphicDisplayCacheEntry::GetNeededSize( pOut, rPt, rSz, rObj, rAttr in CreateDisplayCacheObj()
933 pOut, rPt, rSz, rObj, rAttr, rBmpEx ); in CreateDisplayCacheObj()
955 const GraphicObject& rObj, const GraphicAttr& rAttr, in CreateDisplayCacheObj() argument
958 …const sal_uLong nNeededSize = GraphicDisplayCacheEntry::GetNeededSize( pOut, rPt, rSz, rObj, rAttr in CreateDisplayCacheObj()
967 pOut, rPt, rSz, rObj, rAttr, rMtf ); in CreateDisplayCacheObj()
989 const GraphicObject& rObj, const GraphicAttr& rAttr ) in DrawDisplayCacheObj() argument
999 if( pDisplayCacheEntry->Matches( pOut, aPtPixel, aSzPixel, pCacheEntry, rAttr ) ) in DrawDisplayCacheObj()