Searched refs:UIFontCacheManager (Results 1 - 6 of 6) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_cache_manager.cpp | 22 UIFontCacheManager::UIFontCacheManager() : bitmapCache_(nullptr) {} in UIFontCacheManager() function in OHOS::UIFontCacheManager 24 UIFontCacheManager::~UIFontCacheManager() in ~UIFontCacheManager() 32 UIFontCacheManager* UIFontCacheManager::GetInstance() in GetInstance() 34 static UIFontCacheManager instance_; in GetInstance() 38 int8_t UIFontCacheManager::GlyphsCacheInit() in GlyphsCacheInit() 43 void UIFontCacheManager::ClearCacheFlag() in ClearCacheFlag() 48 GlyphCacheNode* UIFontCacheManager [all...] |
H A D | ui_font_cache_manager.h | 23 class UIFontCacheManager : public HeapBase { class 25 UIFontCacheManager(const UIFontCacheManager&) = delete; 26 UIFontCacheManager& operator=(const UIFontCacheManager&) = delete; 27 static UIFontCacheManager* GetInstance(); 47 UIFontCacheManager(); 48 ~UIFontCacheManager();
|
H A D | glyphs_manager.cpp | 99 GlyphCacheNode* cacheNode = UIFontCacheManager::GetInstance()->GetNodeCacheSpace(unicode, fontId); in GetGlyphNodeFromFiles() 112 UIFontCacheManager::GetInstance()->GetNodeFromCache(unicode, fontId, GlyphCacheType::CACHE_TYPE_NONE); in GetGlyphNode() 147 GlyphCacheNode* cacheNode = UIFontCacheManager::GetInstance()->GetNodeFromCache(unicode, fontId, fileType_); in GetBitmap()
|
H A D | ui_font_bitmap.cpp | 214 UIFontCacheManager* fontCacheManager = UIFontCacheManager::GetInstance(); in SetCurrentLangId() 217 GRAPHIC_LOGE("UIFontCacheManager::GlyphsCacheInit init failed"); in SetCurrentLangId() 238 return UIFontCacheManager::GetInstance()->GetBitmap(fontId, unicode, textStyle); in GetCacheBitmap() 243 UIFontCacheManager::GetInstance()->PutSpace(addr); in PutCacheSpace() 254 UIFontCacheManager* fontCacheManager = UIFontCacheManager::GetInstance(); in SearchInFont()
|
H A D | ui_font_vector.cpp | 625 GlyphCacheNode* node = UIFontCacheManager::GetInstance()->GetNodeCacheSpace(unicode, fontKey); in SaveGlyphNode() 642 UIFontCacheManager* fontCacheManager = UIFontCacheManager::GetInstance(); in GetGlyphNode() 687 UIFontCacheManager* fontCacheManager = UIFontCacheManager::GetInstance(); in GetBitmap() 913 UIFontCacheManager::GetInstance()->PutSpace(reinterpret_cast<uint8_t*>(bufInfo.virAddr)); in SetFace() 920 UIFontCacheManager::GetInstance()->PutSpace(reinterpret_cast<uint8_t*>(bufInfo.virAddr)); in SetFace() 1079 UIFontCacheManager* fontCacheManager = UIFontCacheManager::GetInstance(); in SetCurrentLangId() 1084 GRAPHIC_LOGE("UIFontCacheManager in SetCurrentLangId() [all...] |
H A D | ui_font_allocator.cpp | 195 reinterpret_cast<void*>(UIFontCacheManager::GetInstance()->GetSpace(fontId, unicode, bitmapSize, textStyle)); in GetCacheBuffer()
|
Completed in 4 milliseconds