Searched refs:first_unicode_codepoint_in_range (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 642 …int first_unicode_codepoint_in_range; // if non-zero, then the chars are continuous, and this is … member 4519 … = ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_in_range + j : 4594 … = ranges[i].array_of_unicode_codepoints == NULL ? ranges[i].first_unicode_codepoint_in_range + j : 4719 …int first_unicode_codepoint_in_range, int num_chars_in_range, stbtt_packedchar * chardata_for_rang… 4723 …int first_unicode_codepoint_in_range, int num_chars_in_range, stbtt_packedchar * chardata_for_rang… 4728 …int first_unicode_codepoint_in_range, int num_chars_in_range, stbtt_packedchar * chardata_for_rang… argument 4732 …int first_unicode_codepoint_in_range, int num_chars_in_range, stbtt_packedchar * chardata_for_rang… 4736 range.first_unicode_codepoint_in_range = first_unicode_codepoint_in_range;
|