Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h1173 static stbtt__buf stbtt__cff_get_index(stbtt__buf *b) in stbtt__cff_get_index() function
1347 return stbtt__cff_get_index(&cff); in stbtt__get_subrs()
1395 stbtt__cff_get_index(&b); // name INDEX in stbtt_InitFont_internal()
1396 topdictidx = stbtt__cff_get_index(&b); in stbtt_InitFont_internal()
1398 stbtt__cff_get_index(&b); // string INDEX in stbtt_InitFont_internal()
1399 info->gsubrs = stbtt__cff_get_index(&b); in stbtt_InitFont_internal()
1415 info->fontdicts = stbtt__cff_get_index(&b); in stbtt_InitFont_internal()
1420 info->charstrings = stbtt__cff_get_index(&b); in stbtt_InitFont_internal()