Searched refs:mpSimpleCache (Results 1 – 2 of 2) sorted by relevance
181 delete mpSimpleCache; in ~GraphicObject()191 mpSimpleCache = NULL; in ImplConstruct()413 delete mpSimpleCache, mpSimpleCache = NULL; in operator =()504 if( mpSimpleCache && ( mpSimpleCache->maAttr != rAttr ) ) in SetAttr()505 delete mpSimpleCache, mpSimpleCache = NULL; in SetAttr()883 if( !mpSimpleCache || ( mpSimpleCache->maAttr != aAttr ) || pFirstFrameOutDev ) in StartAnimation()885 if( mpSimpleCache ) in StartAnimation()886 delete mpSimpleCache; in StartAnimation()888 mpSimpleCache = new GrfSimpleCacheObj( GetTransformedGraphic( &aAttr ), aAttr ); in StartAnimation()889 mpSimpleCache->maGraphic.SetAnimationNotifyHdl( GetAnimationNotifyHdl() ); in StartAnimation()[all …]
208 GrfSimpleCacheObj* mpSimpleCache; member in GraphicObject