Searched refs:stbtt__buf (Results 1 – 1 of 1) sorted by relevance
519 } stbtt__buf; typedef726 stbtt__buf cff; // cff font data727 stbtt__buf charstrings; // the charstring index728 stbtt__buf gsubrs; // global charstring subroutines index729 stbtt__buf subrs; // private charstring subroutines index730 stbtt__buf fontdicts; // array of font dicts731 stbtt__buf fdselect; // map from glyph to fontdict1116 static stbtt_uint8 stbtt__buf_get8(stbtt__buf *b) in stbtt__buf_get8()1123 static stbtt_uint8 stbtt__buf_peek8(stbtt__buf *b) in stbtt__buf_peek8()1130 static void stbtt__buf_seek(stbtt__buf *b, int o) in stbtt__buf_seek()[all …]