Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.h40 void SetMinChunkSize(uint32_t size);
H A Dfont_ram_allocator.cpp76 allocator_.SetMinChunkSize(4); // 4: min align size in DynamicAllocate()
H A Dui_font_cache.cpp29 allocator_.SetMinChunkSize(FONT_CACHE_MIN_SIZE + sizeof(Bitmap)); in UIFontCache()
H A Dui_font_allocator.cpp68 void UIFontAllocator::SetMinChunkSize(uint32_t size) in SetMinChunkSize() function in OHOS::UIFontAllocator