Home
last modified time | relevance | path

Searched refs:GlyphsCache (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dglyphs_cache.h23 class GlyphsCache : public HeapBase { class
25 GlyphsCache();
27 GlyphsCache(const GlyphsCache&) = delete;
29 GlyphsCache& operator=(const GlyphsCache&) = delete;
31 GlyphsCache(const GlyphsCache&&) = delete;
33 GlyphsCache& operator=(const GlyphsCache
[all...]
H A Dglyphs_cache.cpp23 GlyphsCache::GlyphsCache() in GlyphsCache() function in OHOS::GlyphsCache
29 GlyphsCache::~GlyphsCache() {} in ~GlyphsCache()
31 int8_t GlyphsCache::CacheInit() in CacheInit()
39 GRAPHIC_LOGE("GlyphsCache::CacheInit allocate cache status failed"); in CacheInit()
44 GRAPHIC_LOGE("GlyphsCache::CacheInit init cache status failed"); in CacheInit()
50 GRAPHIC_LOGE("GlyphsCache::CacheInit allocate node cache failed"); in CacheInit()
55 GRAPHIC_LOGE("GlyphsCache::CacheInit init node cache failed"); in CacheInit()
63 void GlyphsCache
[all...]
H A Dui_font_cache_manager.h50 GlyphsCache glyphsCache_;

Completed in 1 milliseconds