Searched refs:GetNodeCacheSpace (Results 1 – 6 of 6) sorted by relevance
53 GlyphCacheNode* UIFontCacheManager::GetNodeCacheSpace(uint32_t unicode, uint16_t fontKey) in GetNodeCacheSpace() function in OHOS::UIFontCacheManager55 return glyphsCache_.GetNodeCacheSpace(unicode, fontKey); in GetNodeCacheSpace()
31 GlyphCacheNode* GetNodeCacheSpace(uint32_t unicode, uint16_t fontKey);
40 GlyphCacheNode* GetNodeCacheSpace(uint32_t unicode, uint16_t fontId);
90 GlyphCacheNode* GlyphsCache::GetNodeCacheSpace(uint32_t unicode, uint16_t fontKey) in GetNodeCacheSpace() function in OHOS::GlyphsCache
99 … GlyphCacheNode* cacheNode = UIFontCacheManager::GetInstance()->GetNodeCacheSpace(unicode, fontId); in GetGlyphNodeFromFiles()
624 GlyphCacheNode* node = UIFontCacheManager::GetInstance()->GetNodeCacheSpace(unicode, fontKey); in SaveGlyphNode()