Searched refs:bitmapCache_ (Results 1 – 2 of 2) sorted by relevance
22 UIFontCacheManager::UIFontCacheManager() : bitmapCache_(nullptr) {} in UIFontCacheManager()26 if (bitmapCache_ != nullptr) { in ~UIFontCacheManager()27 delete bitmapCache_; in ~UIFontCacheManager()28 bitmapCache_ = nullptr; in ~UIFontCacheManager()65 if (bitmapCache_ != nullptr) { in BitmapCacheInit()85 delete bitmapCache_; in BitmapCacheClear()86 bitmapCache_ = nullptr; in BitmapCacheClear()91 if (bitmapCache_ != nullptr) { in GetSpace()100 if (bitmapCache_ != nullptr) { in PutSpace()101 bitmapCache_->PutSpace(addr); in PutSpace()[all …]
42 return bitmapCache_; in GetBitmapCache()49 UIFontCache* bitmapCache_; variable