Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h643 …int * array_of_unicode_codepoints; // if non-zero, then this is an array of unicode codepoints member
4519 …int codepoint = ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_…
4520 ranges[i].array_of_unicode_codepoints[j];
4594 …int codepoint = ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_…
4595 ranges[i].array_of_unicode_codepoints[j];
4737 range.array_of_unicode_codepoints = NULL;