uiacceltk/hitchcock/coretoolkit/src/HuiCanvasTextureCache.cpp
branchRCL_3
changeset 18 1801340c26a2
parent 17 c9d868f1e20c
child 19 e5af45d51884
equal deleted inserted replaced
17:c9d868f1e20c 18:1801340c26a2
  3041 // 
  3041 // 
  3042 // ---------------------------------------------------------------------------
  3042 // ---------------------------------------------------------------------------
  3043 //
  3043 //
  3044 void CHuiCanvasTextureCache::HandleOutOfTextureMemory()
  3044 void CHuiCanvasTextureCache::HandleOutOfTextureMemory()
  3045     {
  3045     {
  3046     RDebug::Print(_L("CHuiCanvasTextureCache::HandleOutOfTextureMemory: Out of memory happened !"));
  3046 #ifdef HUI_DEBUG_PRINT_CANVAS_TEXTURE_CACHE
  3047 
  3047     RDebug::Print(_L("CHuiCanvasTextureCache::HandleOutOfTextureMemory"));
       
  3048 #endif
  3048     DeleteAllReleasedEntries(EFalse);    
  3049     DeleteAllReleasedEntries(EFalse);    
  3049     
  3050     
  3050     // TODO: Who you gonna call when texture memory is full and we cannot ourself
  3051     // TODO: Who you gonna call when texture memory is full and we cannot ourself
  3051     // delete anymore textures ? 
  3052     // delete anymore textures ? 
  3052     //
  3053     //