Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_bitmap.cpp214 UIFontCacheManager* fontCacheManager = UIFontCacheManager::GetInstance(); in SetCurrentLangId() local
216 if (fontCacheManager->GlyphsCacheInit() != RET_VALUE_OK) { in SetCurrentLangId()
221 fontCacheManager->BitmapCacheInit(); in SetCurrentLangId()
254 UIFontCacheManager* fontCacheManager = UIFontCacheManager::GetInstance(); in SearchInFont() local
255 if (fontCacheManager->GetBitmapCache() == nullptr) { in SearchInFont()
267 uint8_t* bitmap = fontCacheManager->GetBitmap(fontId, unicode, textStyle); in SearchInFont()
H A Dui_font_vector.cpp642 UIFontCacheManager* fontCacheManager = UIFontCacheManager::GetInstance(); in GetGlyphNode() local
643 GlyphCacheNode* cacheNode = fontCacheManager->GetNodeFromCache(unicode, fontKey, GlyphCacheType::CACHE_TYPE_NONE); in GetGlyphNode()
650 uint8_t* bitmap = fontCacheManager->GetBitmap(fontKey, unicode, glyphNode.textStyle); in GetGlyphNode()
652 uint8_t* bitmap = fontCacheManager->GetBitmap(fontKey, unicode, TEXT_STYLE_NORMAL); in GetGlyphNode()
687 UIFontCacheManager* fontCacheManager = UIFontCacheManager::GetInstance(); in GetBitmap() local
689 uint8_t* bitmap = fontCacheManager->GetBitmap(fontKey, unicode, glyphNode.textStyle); in GetBitmap()
691 uint8_t* bitmap = fontCacheManager->GetBitmap(fontKey, unicode, TEXT_STYLE_NORMAL); in GetBitmap()
719 bitmap = fontCacheManager->GetBitmap(fontKey, unicode, glyphNode.textStyle); in GetBitmap()
721 bitmap = fontCacheManager->GetBitmap(fontKey, unicode, TEXT_STYLE_NORMAL); in GetBitmap()
1079 UIFontCacheManager* fontCacheManager in SetCurrentLangId() local
[all...]

Completed in 3 milliseconds