Searched refs:maGraphicCache (Results 1 – 2 of 2) sorted by relevance
632 GraphicCacheEntry* pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.First() ); in AddGraphicObject()643 pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.Next() ); in AddGraphicObject()671 for( pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.First() ); in AddGraphicObject()673 pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.Next() ) ) in AddGraphicObject()686 maGraphicCache.Insert( new GraphicCacheEntry( rObj ), LIST_APPEND ); in AddGraphicObject()701 pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.Next() ); in AddGraphicObject()707 maGraphicCache.Insert( new GraphicCacheEntry( rObj ), LIST_APPEND ); in AddGraphicObject()715 GraphicCacheEntry* pEntry = (GraphicCacheEntry*) maGraphicCache.First(); in ReleaseGraphicObject()744 maGraphicCache.Remove( (void*) pEntry ); in ReleaseGraphicObject()749 pEntry = (GraphicCacheEntry*) maGraphicCache.Next(); in ReleaseGraphicObject()[all …]
44 List maGraphicCache; member in GraphicCache
Completed in 19 milliseconds