Searched refs:UIFontCache (Results 1 – 4 of 4) sorted by relevance
23 UIFontCache::UIFontCache(uint8_t* ram, uint32_t size) in UIFontCache() function in OHOS::UIFontCache40 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()
44 class UIFontCache : public HeapBase {65 UIFontCache(uint8_t* ram, uint32_t size);67 ~UIFontCache();
40 UIFontCache* GetBitmapCache() in GetBitmapCache()49 UIFontCache* bitmapCache_;
80 bitmapCache_ = new UIFontCache(bitmapCacheAddr, bitmapCacheSize_); in BitmapCacheInit()