Searched refs:stbtt__dict_get_ints (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 1229 static void stbtt__dict_get_ints(stbtt__buf *b, int key, int outcount, stbtt_uint32 *out) in stbtt__dict_get_ints() function 1341 stbtt__dict_get_ints(&fontdict, 18, 2, private_loc); in stbtt__get_subrs() 1344 stbtt__dict_get_ints(&pdict, 19, 1, &subrsoff); in stbtt__get_subrs() 1401 stbtt__dict_get_ints(&topdict, 17, 1, &charstrings); in stbtt_InitFont_internal() 1402 stbtt__dict_get_ints(&topdict, 0x100 | 6, 1, &cstype); in stbtt_InitFont_internal() 1403 stbtt__dict_get_ints(&topdict, 0x100 | 36, 1, &fdarrayoff); in stbtt_InitFont_internal() 1404 stbtt__dict_get_ints(&topdict, 0x100 | 37, 1, &fdselectoff); in stbtt_InitFont_internal()
|