Searched refs:stbtt__dict_get_ints (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1334 static void stbtt__dict_get_ints(stbtt__buf * b, int key, int outcount, stbtt_uint32 * out) in stbtt__dict_get_ints() function 1538 stbtt__dict_get_ints(&fontdict, 18, 2, private_loc); 1541 stbtt__dict_get_ints(&pdict, 19, 1, &subrsoff); 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);
|