Home
last modified time | relevance | path

Searched refs:ttfBufferSize (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/interfaces/innerkits/font/
H A Dui_font_vector.h58 bool GetTtfInfo(uint8_t ttfId, uint8_t* ttfBuffer, uint32_t ttfBufferSize, TtfHeader& ttfHeader) override;
101 uint32_t ttfBufferSize,
105 uint32_t ttfBufferSize,
/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp289 bool UIFontVector::GetTtfInfo(uint8_t ttfId, uint8_t* ttfBuffer, uint32_t ttfBufferSize, TtfHeader& ttfHeader) in GetTtfInfo() argument
291 if ((ttfBuffer == nullptr) || (ttfBufferSize == 0)) { in GetTtfInfo()
300 return GetTtfInfoFromTtc(ttfBuffer, ttfBufferSize, ttfHeader, fontInfo_[i]); in GetTtfInfo()
302 return GetTtfInfoFromTtf(ttfBuffer, ttfBufferSize, ttfHeader, fontInfo_[i]); in GetTtfInfo()
310 uint32_t ttfBufferSize, in GetTtfInfoFromTtf()
314 if ((ttfBuffer == nullptr) || (ttfBufferSize == 0)) { in GetTtfInfoFromTtf()
334 if (ttfHeader.len > ttfBufferSize) { in GetTtfInfoFromTtf()
359 uint32_t ttfBufferSize, in GetTtfInfoFromTtc()
363 if ((ttfBuffer == nullptr) || (ttfBufferSize == 0) || (fontInfo.ttcIndex >= FONT_TTC_MAX)) { in GetTtfInfoFromTtc()
422 if (ttfLength > ttfBufferSize) { in GetTtfInfoFromTtc()
309 GetTtfInfoFromTtf(uint8_t* ttfBuffer, uint32_t ttfBufferSize, TtfHeader& ttfHeader, UITextLanguageFontParam fontInfo) GetTtfInfoFromTtf() argument
358 GetTtfInfoFromTtc(uint8_t* ttfBuffer, uint32_t ttfBufferSize, TtfHeader& ttfHeader, UITextLanguageFontParam fontInfo) GetTtfInfoFromTtc() argument
[all...]

Completed in 2 milliseconds