Searched refs:topdict (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 1375 stbtt__buf b, topdict, topdictidx; in stbtt_InitFont_internal() local 1397 topdict = stbtt__cff_index_get(topdictidx, 0); in stbtt_InitFont_internal() 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() 1405 info->subrs = stbtt__get_subrs(b, topdict); in stbtt_InitFont_internal()
|