Searched refs:topdict (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1593 stbtt__buf b, topdict, topdictidx; local 1621 topdict = stbtt__cff_index_get(topdictidx, 0); 1625 stbtt__dict_get_ints(&topdict, 17, 1, &charstrings); 1626 stbtt__dict_get_ints(&topdict, 0x100 | 6, 1, &cstype); 1627 stbtt__dict_get_ints(&topdict, 0x100 | 36, 1, &fdarrayoff); 1628 stbtt__dict_get_ints(&topdict, 0x100 | 37, 1, &fdselectoff); 1629 info->subrs = stbtt__get_subrs(b, topdict);
|