Home
last modified time | relevance | path

Searched refs:GetNodeFromCache (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/factories/
H A Drender_node_factory.cpp32 return GetNodeFromCache(); in Get()
44 RefPtr<RenderNode> RenderNodeFactory::GetNodeFromCache() in GetNodeFromCache() function in OHOS::Ace::RenderNodeFactory
H A Drender_node_factory.h42 RefPtr<RenderNode> GetNodeFromCache();
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_cache_manager.cpp48 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 Dglyphs_manager.cpp112 …UIFontCacheManager::GetInstance()->GetNodeFromCache(unicode, fontId, GlyphCacheType::CACHE_TYPE_NO… in GetGlyphNode()
147 …GlyphCacheNode* cacheNode = UIFontCacheManager::GetInstance()->GetNodeFromCache(unicode, fontId, f… in GetBitmap()
H A Dui_font_cache_manager.h30 GlyphCacheNode* GetNodeFromCache(uint32_t unicode, uint16_t fontKey, uint16_t cacheType);
H A Dglyphs_cache.h39 GlyphCacheNode* GetNodeFromCache(uint32_t unicode, uint16_t fontKey, uint16_t cacheType);
H A Dglyphs_cache.cpp68 GlyphCacheNode* GlyphsCache::GetNodeFromCache(uint32_t unicode, uint16_t fontKey, uint16_t cacheTyp… in GetNodeFromCache() function in OHOS::GlyphsCache
H A Dui_font_vector.cpp642 …GlyphCacheNode* cacheNode = fontCacheManager->GetNodeFromCache(unicode, fontKey, GlyphCacheType::C… in GetGlyphNode()