Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp319 int32_t fpTtf = 0; in GetTtfInfoFromTtf() local
321 fpTtf = open(ttfPath.c_str(), O_RDONLY | O_BINARY); in GetTtfInfoFromTtf()
323 fpTtf = open(ttfPath.c_str(), O_RDONLY); in GetTtfInfoFromTtf()
325 if (fpTtf < 0) { in GetTtfInfoFromTtf()
328 int32_t headerLength = lseek(fpTtf, 0, SEEK_END); in GetTtfInfoFromTtf()
330 close(fpTtf); in GetTtfInfoFromTtf()
335 close(fpTtf); in GetTtfInfoFromTtf()
338 int32_t ret = lseek(fpTtf, 0, SEEK_SET); in GetTtfInfoFromTtf()
340 close(fpTtf); in GetTtfInfoFromTtf()
343 ret = read(fpTtf, reinterpret_cas in GetTtfInfoFromTtf()
[all...]

Completed in 2 milliseconds