Lines Matching refs:maGraphicCache
616 …DBG_ASSERT( !maGraphicCache.Count(), "GraphicCache::~GraphicCache(): there are some GraphicObjects… in ~GraphicCache()
632 GraphicCacheEntry* pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.First() ); in AddGraphicObject()
643 pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.Next() ); in AddGraphicObject()
650 GraphicCacheEntry* pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.First() ); 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()
1063 for( void* pObj = maGraphicCache.First(); !pRet && pObj; pObj = maGraphicCache.Next() ) in ImplGetCacheEntry()