Home
last modified time | relevance | path

Searched refs:pCacheEntry (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx506 const GraphicCacheEntry* pCacheEntry, const GraphicAttr& rAttr ) const in Matches() argument
514 return( ( pCacheEntry == mpRefCacheEntry ) && in Matches()
884 const GraphicCacheEntry* pCacheEntry = ( (GraphicCache*) this )->ImplGetCacheEntry( rObj ); in IsInDisplayCache() local
888 if( pCacheEntry ) in IsInDisplayCache()
891 …eEntry*) maDisplayCache.GetObject( i ) )->Matches( pOut, aPtPixel, aSzPixel, pCacheEntry, rAttr ) ) in IsInDisplayCache()
993 const GraphicCacheEntry* pCacheEntry = ImplGetCacheEntry( rObj ); in DrawDisplayCacheObj() local
999 if( pDisplayCacheEntry->Matches( pOut, aPtPixel, aSzPixel, pCacheEntry, rAttr ) ) in DrawDisplayCacheObj()

Completed in 23 milliseconds