Searched refs:stbtt__buf_seek (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 1130 static void stbtt__buf_seek(stbtt__buf *b, int o) in stbtt__buf_seek() function 1138 stbtt__buf_seek(b, b->cursor + o); in stbtt__buf_skip() 1216 stbtt__buf_seek(b, 0); in stbtt__dict_get() 1239 stbtt__buf_seek(b, 0); in stbtt__cff_index_count() 1246 stbtt__buf_seek(&b, 0); in stbtt__cff_index_get() 1346 stbtt__buf_seek(&cff, private_loc[1]+subrsoff); in stbtt__get_subrs() 1391 stbtt__buf_seek(&b, stbtt__buf_get8(&b)); // hdrsize in stbtt_InitFont_internal() 1414 stbtt__buf_seek(&b, fdarrayoff); in stbtt_InitFont_internal() 1419 stbtt__buf_seek(&b, charstrings); in stbtt_InitFont_internal() 1955 stbtt__buf_seek(&fdselect, 0); in stbtt__cid_get_glyph_subrs()
|