Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h753 stbtt__buf charstrings; // the charstring index member
1594 stbtt_uint32 cstype = 2, charstrings = 0, fdarrayoff = 0, fdselectoff = 0; local
1625 stbtt__dict_get_ints(&topdict, 17, 1, &charstrings);
1633 if(charstrings == 0) return 0;
1643 stbtt__buf_seek(&b, charstrings);
1644 info->charstrings = stbtt__cff_get_index(&b);
2259 b = stbtt__cff_index_get(info->charstrings, glyph_index);