Searched refs:UIFontAllocator (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/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::Free(void* addr) in Free() 179 BufferInfo UIFontAllocator::GetCacheBuffer(uint16_t fontId, in GetCacheBuffer() 199 void UIFontAllocator::RearrangeBitmap(BufferInfo& bufInfo, uint32_t fileSz, bool hasMetric) in RearrangeBitmap()
|
H A D | ui_font_allocator.h | 25 class UIFontAllocator { 34 UIFontAllocator(); 36 ~UIFontAllocator();
|
H A D | font_ram_allocator.h | 62 UIFontAllocator allocator_;
|
H A D | ui_font_cache.h | 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, text… in SearchInFont()
|
H A D | ui_font_vector.cpp | 906 …BufferInfo bufInfo = UIFontAllocator::GetCacheBuffer(faceInfo.key, unicode, mode, glyphNode, true,… in SetFace() 923 UIFontAllocator::RearrangeBitmap(bufInfo, rawSize, true); in SetFace()
|