Home
last modified time | relevance | path

Searched refs:bitmapCacheSize_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_cache_manager.cpp60 bitmapCacheSize_ = bitmapCacheSize; in SetBitmapCacheSize()
70 … reinterpret_cast<uint8_t*>(FontRamAllocator::GetInstance().DynamicAllocate(bitmapCacheSize_)); in BitmapCacheInit()
76 if (memset_s(bitmapCacheAddr, bitmapCacheSize_, 0, bitmapCacheSize_)!= EOK) { in BitmapCacheInit()
80 bitmapCache_ = new UIFontCache(bitmapCacheAddr, bitmapCacheSize_); in BitmapCacheInit()
H A Dui_font_cache_manager.h51 uint32_t bitmapCacheSize_ = FONT_BITMAP_CACHE_SIZE; variable