Searched refs:stbtt__dict_get_ints (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1341 static void stbtt__dict_get_ints(stbtt__buf * b, int key, int outcount, stbtt_uint32 * out) in stbtt__dict_get_ints() function 1546 stbtt__dict_get_ints(&fontdict, 18, 2, private_loc); 1549 stbtt__dict_get_ints(&pdict, 19, 1, &subrsoff); 1633 stbtt__dict_get_ints(&topdict, 17, 1, &charstrings); 1634 stbtt__dict_get_ints(&topdict, 0x100 | 6, 1, &cstype); 1635 stbtt__dict_get_ints(&topdict, 0x100 | 36, 1, &fdarrayoff); 1636 stbtt__dict_get_ints(&topdict, 0x100 | 37, 1, &fdselectoff);
|