Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx174 delete mpSimpleCache; in ~GraphicObject()
184 mpSimpleCache = NULL; in ImplConstruct()
406 delete mpSimpleCache, mpSimpleCache = NULL; in operator =()
497 if( mpSimpleCache && ( mpSimpleCache->maAttr != rAttr ) ) in SetAttr()
498 delete mpSimpleCache, mpSimpleCache = NULL; in SetAttr()
876 if( !mpSimpleCache || ( mpSimpleCache->maAttr != aAttr ) || pFirstFrameOutDev ) in StartAnimation()
878 if( mpSimpleCache ) in StartAnimation()
879 delete mpSimpleCache; in StartAnimation()
903 if( mpSimpleCache ) in StopAnimation()
930 delete mpSimpleCache, mpSimpleCache = NULL; in SetGraphic()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx208 GrfSimpleCacheObj* mpSimpleCache; member in GraphicObject

Completed in 32 milliseconds