Searched refs:stbtt__buf_skip (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imstb_truetype.h | 1136 static void stbtt__buf_skip(stbtt__buf *b, int o) in stbtt__buf_skip() function 1181 stbtt__buf_skip(b, offsize * count); in stbtt__cff_get_index() 1182 stbtt__buf_skip(b, stbtt__buf_get(b, offsize) - 1); in stbtt__cff_get_index() 1203 stbtt__buf_skip(b, 1); in stbtt__cff_skip_operand() 1251 stbtt__buf_skip(&b, i*offsize); in stbtt__cff_index_get() 1390 stbtt__buf_skip(&b, 2); in stbtt_InitFont_internal() 1959 stbtt__buf_skip(&fdselect, glyph_index); in stbtt__cid_get_glyph_subrs() 2001 stbtt__buf_skip(&b, (maskbits + 7) / 8); in stbtt__run_charstring() 2222 stbtt__buf_skip(&b, -1); in stbtt__run_charstring()
|