Home
last modified time | relevance | path

Searched refs:bitmapCache_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_cache_manager.cpp22 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()
80 bitmapCache_ = new UIFontCache(bitmapCacheAddr, bitmapCacheSize_); in BitmapCacheInit()
85 delete bitmapCache_; in BitmapCacheClear()
86 bitmapCache_ = nullptr; in BitmapCacheClear()
91 if (bitmapCache_ != nullptr) { in GetSpace()
92 return bitmapCache_ in GetSpace()
[all...]
H A Dui_font_cache_manager.h42 return bitmapCache_; in GetBitmapCache()
49 UIFontCache* bitmapCache_; member in OHOS::UIFontCacheManager

Completed in 1 milliseconds