Searched refs:GetNodeFromCache (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/factories/ |
H A D | render_node_factory.cpp | 32 return GetNodeFromCache(); in Get() 44 RefPtr<RenderNode> RenderNodeFactory::GetNodeFromCache() in GetNodeFromCache() function in OHOS::Ace::RenderNodeFactory
|
H A D | render_node_factory.h | 42 RefPtr<RenderNode> GetNodeFromCache();
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_cache_manager.cpp | 48 GlyphCacheNode* UIFontCacheManager::GetNodeFromCache(uint32_t unicode, uint16_t fontKey, uint16_t c… in GetNodeFromCache() function in OHOS::UIFontCacheManager 50 return glyphsCache_.GetNodeFromCache(unicode, fontKey, cacheType); in GetNodeFromCache()
|
H A D | glyphs_manager.cpp | 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_cache_manager.h | 30 GlyphCacheNode* GetNodeFromCache(uint32_t unicode, uint16_t fontKey, uint16_t cacheType);
|
H A D | glyphs_cache.h | 39 GlyphCacheNode* GetNodeFromCache(uint32_t unicode, uint16_t fontKey, uint16_t cacheType);
|
H A D | glyphs_cache.cpp | 68 GlyphCacheNode* GlyphsCache::GetNodeFromCache(uint32_t unicode, uint16_t fontKey, uint16_t cacheTyp… in GetNodeFromCache() function in OHOS::GlyphsCache
|
H A D | ui_font_vector.cpp | 642 …GlyphCacheNode* cacheNode = fontCacheManager->GetNodeFromCache(unicode, fontKey, GlyphCacheType::C… in GetGlyphNode()
|