Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h757 stbtt__buf fdselect; // map from glyph to fontdict member
1601 info->fdselect = stbtt__new_buf(NULL, 0);
1640 info->fdselect = stbtt__buf_range(&b, fdselectoff, b.size - fdselectoff);
2221 stbtt__buf fdselect = info->fdselect; local
2224 stbtt__buf_seek(&fdselect, 0);
2225 fmt = stbtt__buf_get8(&fdselect);
2228 stbtt__buf_skip(&fdselect, glyph_index);
2229 fdselector = stbtt__buf_get8(&fdselect);
2232 nranges = stbtt__buf_get16(&fdselect);
2233 start = stbtt__buf_get16(&fdselect);
[all …]