Home
last modified time | relevance | path

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

/ohos5.0/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::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 Dui_font_allocator.h25 class UIFontAllocator {
34 UIFontAllocator();
36 ~UIFontAllocator();
H A Dfont_ram_allocator.h62 UIFontAllocator allocator_;
H A Dui_font_cache.h94 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, text… in SearchInFont()
H A Dui_font_vector.cpp906 …BufferInfo bufInfo = UIFontAllocator::GetCacheBuffer(faceInfo.key, unicode, mode, glyphNode, true,… in SetFace()
923 UIFontAllocator::RearrangeBitmap(bufInfo, rawSize, true); in SetFace()