Searched refs:stbtt__buf (Results 1 – 1 of 1) sorted by relevance
553 } stbtt__buf; typedef752 stbtt__buf cff; // cff font data753 stbtt__buf charstrings; // the charstring index754 stbtt__buf gsubrs; // global charstring subroutines index755 stbtt__buf subrs; // private charstring subroutines index756 stbtt__buf fontdicts; // array of font dicts757 stbtt__buf fdselect; // map from glyph to fontdict1187 static stbtt_uint8 stbtt__buf_get8(stbtt__buf * b) in stbtt__buf_get8()1204 static stbtt_uint8 stbtt__buf_peek8(stbtt__buf * b) in stbtt__buf_peek8()1220 static void stbtt__buf_seek(stbtt__buf * b, int o) in stbtt__buf_seek()[all …]