Searched refs:bitmapCacheSize_ (Results 1 – 2 of 2) sorted by relevance
60 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()
51 uint32_t bitmapCacheSize_ = FONT_BITMAP_CACHE_SIZE; variable