Home
last modified time | relevance | path

Searched refs:subrsoff (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimstb_truetype.h1339 stbtt_uint32 subrsoff = 0, private_loc[2] = { 0, 0 }; in stbtt__get_subrs() local
1344 stbtt__dict_get_ints(&pdict, 19, 1, &subrsoff); in stbtt__get_subrs()
1345 if (!subrsoff) return stbtt__new_buf(NULL, 0); in stbtt__get_subrs()
1346 stbtt__buf_seek(&cff, private_loc[1]+subrsoff); in stbtt__get_subrs()