Searched refs:SetMinChunkSize (Results 1 – 4 of 4) sorted by relevance
40 void SetMinChunkSize(uint32_t size);
76 allocator_.SetMinChunkSize(4); // 4: min align size in DynamicAllocate()
29 allocator_.SetMinChunkSize(FONT_CACHE_MIN_SIZE + sizeof(Bitmap)); in UIFontCache()
68 void UIFontAllocator::SetMinChunkSize(uint32_t size) in SetMinChunkSize() function in OHOS::UIFontAllocator