Home
last modified time | relevance | path

Searched refs:UIFontAllocator (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_allocator.cpp25 UIFontAllocator::UIFontAllocator() in UIFontAllocator() function in OHOS::UIFontAllocator
30 UIFontAllocator::~UIFontAllocator() {} in ~UIFontAllocator()
32 void UIFontAllocator::SetRamAddr(uint8_t* ram, uint32_t size) in SetRamAddr()
62 uint32_t UIFontAllocator::GetSize(void* addr) in GetSize()
68 void UIFontAllocator::SetMinChunkSize(uint32_t size) in SetMinChunkSize()
73 void* UIFontAllocator::Allocate(uint32_t size) in Allocate()
129 void UIFontAllocator::CombineFree(struct Chunk* chunk) in CombineFree()
156 void UIFontAllocator
[all...]
H A Dui_font_allocator.h25 class UIFontAllocator { class
34 UIFontAllocator();
36 ~UIFontAllocator();
H A Dfont_ram_allocator.h62 UIFontAllocator allocator_;
H A Dui_font_cache.h26 * UIFontAllocator::free_ ──────────┼────────────────────┼───────────► ┌──────────────┐
94 UIFontAllocator allocator_;
H A Dglyphs_file.cpp324 UIFontAllocator::RearrangeBitmap(bufInfo, size, false); in GetBitmap()
H A Dui_font_bitmap.cpp279 BufferInfo bufInfo = UIFontAllocator::GetCacheBuffer(fontId, unicode, mode, glyphNode, false, textStyle); in SearchInFont()
H A Dui_font_vector.cpp907 BufferInfo bufInfo = UIFontAllocator::GetCacheBuffer(faceInfo.key, unicode, mode, glyphNode, true, textStyle); in SetFace()
924 UIFontAllocator::RearrangeBitmap(bufInfo, rawSize, true); in SetFace()

Completed in 5 milliseconds