Searched refs:UIFontCacheManager (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/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() 53 GlyphCacheNode* UIFontCacheManager::GetNodeCacheSpace(uint32_t unicode, uint16_t fontKey) in GetNodeCacheSpace() 58 void UIFontCacheManager::SetBitmapCacheSize(uint32_t bitmapCacheSize) in SetBitmapCacheSize() 63 void UIFontCacheManager::BitmapCacheInit() in BitmapCacheInit() 83 void UIFontCacheManager::BitmapCacheClear() in BitmapCacheClear() [all …]
|
H A D | ui_font_cache_manager.h | 23 class UIFontCacheManager : public HeapBase { 25 UIFontCacheManager(const UIFontCacheManager&) = delete; 26 UIFontCacheManager& operator=(const UIFontCacheManager&) = delete; 27 static UIFontCacheManager* GetInstance(); 47 UIFontCacheManager(); 48 ~UIFontCacheManager();
|
H A D | ui_font_bitmap.cpp | 214 UIFontCacheManager* fontCacheManager = UIFontCacheManager::GetInstance(); 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 | glyphs_manager.cpp | 99 … GlyphCacheNode* cacheNode = UIFontCacheManager::GetInstance()->GetNodeCacheSpace(unicode, fontId); in GetGlyphNodeFromFiles() 112 …UIFontCacheManager::GetInstance()->GetNodeFromCache(unicode, fontId, GlyphCacheType::CACHE_TYPE_NO… in GetGlyphNode() 147 …GlyphCacheNode* cacheNode = UIFontCacheManager::GetInstance()->GetNodeFromCache(unicode, fontId, f… in GetBitmap()
|
H A D | ui_font_vector.cpp | 624 GlyphCacheNode* node = UIFontCacheManager::GetInstance()->GetNodeCacheSpace(unicode, fontKey); in SaveGlyphNode() 641 UIFontCacheManager* fontCacheManager = UIFontCacheManager::GetInstance(); in GetGlyphNode() 686 UIFontCacheManager* fontCacheManager = UIFontCacheManager::GetInstance(); in GetBitmap() 912 … UIFontCacheManager::GetInstance()->PutSpace(reinterpret_cast<uint8_t*>(bufInfo.virAddr)); in SetFace() 919 … UIFontCacheManager::GetInstance()->PutSpace(reinterpret_cast<uint8_t*>(bufInfo.virAddr)); in SetFace() 1078 UIFontCacheManager* fontCacheManager = UIFontCacheManager::GetInstance(); in SetCurrentLangId()
|
H A D | ui_font_allocator.cpp | 195 …reinterpret_cast<void*>(UIFontCacheManager::GetInstance()->GetSpace(fontId, unicode, bitmapSize, t… in GetCacheBuffer()
|