Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_cache.h47 static constexpr uint32_t FONT_CACHE_MIN_SIZE = 20 * 20; variable
H A Dui_font_cache.cpp29 allocator_.SetMinChunkSize(FONT_CACHE_MIN_SIZE + sizeof(Bitmap)); in UIFontCache()