Lines Matching refs:mpCache
65 ImplSalBitmapCache* X11SalBitmap::mpCache = NULL; member in X11SalBitmap
88 mpCache = new ImplSalBitmapCache; in ImplCreateCache()
98 delete mpCache, mpCache = NULL; in ImplDestroyCache()
599 if( mpCache ) in ImplGetDDB()
600 mpCache->ImplRemove( const_cast<X11SalBitmap*>(this) ); in ImplGetDDB()
662 if( mpCache ) in ImplGetDDB()
663 mpCache->ImplAdd( const_cast<X11SalBitmap*>(this), mpDDB->ImplGetMemSize() ); in ImplGetDDB()
757 if( mpCache ) in Destroy()
758 mpCache->ImplRemove( this ); in Destroy()
815 if( mpCache ) in ReleaseBuffer()
816 mpCache->ImplRemove( this ); in ReleaseBuffer()