Searched refs:UIFontAllocator (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_allocator.cpp | 25 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 D | ui_font_allocator.h | 25 class UIFontAllocator { class 34 UIFontAllocator(); 36 ~UIFontAllocator();
|
H A D | font_ram_allocator.h | 62 UIFontAllocator allocator_;
|
H A D | ui_font_cache.h | 26 * UIFontAllocator::free_ ──────────┼────────────────────┼───────────► ┌──────────────┐ 94 UIFontAllocator allocator_;
|
H A D | glyphs_file.cpp | 324 UIFontAllocator::RearrangeBitmap(bufInfo, size, false); in GetBitmap()
|
H A D | ui_font_bitmap.cpp | 279 BufferInfo bufInfo = UIFontAllocator::GetCacheBuffer(fontId, unicode, mode, glyphNode, false, textStyle); in SearchInFont()
|
H A D | ui_font_vector.cpp | 907 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