Home
last modified time | relevance | path

Searched refs:UIFontCache (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_cache.cpp23 UIFontCache::UIFontCache(uint8_t* ram, uint32_t size) in UIFontCache() function in OHOS::UIFontCache
40 UIFontCache::~UIFontCache() {} in ~UIFontCache()
42 void UIFontCache::UpdateLru(Bitmap* bitmap) in UpdateLru()
49 uint8_t* UIFontCache::GetSpace(uint16_t fontId, uint32_t unicode, uint32_t size, TextStyle textStyl… in GetSpace()
83 void UIFontCache::PutSpace(uint8_t* addr) in PutSpace()
96 uint8_t* UIFontCache::GetBitmap(uint16_t fontKey, uint32_t unicode, TextStyle textStyle) in GetBitmap()
H A Dui_font_cache.h44 class UIFontCache : public HeapBase {
65 UIFontCache(uint8_t* ram, uint32_t size);
67 ~UIFontCache();
H A Dui_font_cache_manager.h40 UIFontCache* GetBitmapCache() in GetBitmapCache()
49 UIFontCache* bitmapCache_;
H A Dui_font_cache_manager.cpp80 bitmapCache_ = new UIFontCache(bitmapCacheAddr, bitmapCacheSize_); in BitmapCacheInit()