Searched defs:ttfName (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ui_lite/frameworks/common/ |
H A D | graphic_startup.cpp | 45 InitFontEngine(uintptr_t cacheMemAddr, uint32_t cacheMemLen, const char* dPath, const char* ttfName) InitFontEngine() argument
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/ |
H A D | typeface_test.cpp | 55 std::string ttfName = { 0x2F, 0x73, 0x79, 0x73, 0x74, 0x65, 0x6D, 0x2F, 0x66, 0x6F, 0x6E, 0x74, 0x73, 0x2F, 0x48, in SetUpTestCase() local
|
/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | ui_font.h | 165 uint8_t RegisterFontInfo(const char* ttfName, uint8_t shaping = 0) in RegisterFontInfo() argument 185 uint8_t UnregisterFontInfo(const char* ttfName) in UnregisterFontInfo() argument
|
H A D | base_font.h | 170 virtual uint8_t RegisterFontInfo(const char* ttfName, uint8_t shaping) in RegisterFontInfo() argument 190 virtual uint8_t UnregisterFontInfo(const char* ttfName) in UnregisterFontInfo() argument
|
H A D | ui_font_header.h | 385 const char* ttfName; member 413 const char* ttfName; member
|
/foundation/arkui/ui_lite/frameworks/font/ |
H A D | ui_font_bitmap.cpp | 113 uint16_t UIFontBitmap::GetFontId(const char* ttfName, uint8_t size) const in GetFontId() argument
|
H A D | ui_font_vector.cpp | 93 uint8_t UIFontVector::RegisterFontInfo(const char* ttfName, uint8_t shaping) in RegisterFontInfo() argument 240 UnregisterFontInfo(const char* ttfName) UnregisterFontInfo() argument 560 GetFontId(const char* ttfName, uint8_t fontSize) const GetFontId() argument [all...] |
Completed in 6 milliseconds