Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h519 } stbtt__buf; typedef
726 stbtt__buf cff; // cff font data
727 stbtt__buf charstrings; // the charstring index
728 stbtt__buf gsubrs; // global charstring subroutines index
729 stbtt__buf subrs; // private charstring subroutines index
730 stbtt__buf fontdicts; // array of font dicts
731 stbtt__buf fdselect; // map from glyph to fontdict
1116 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 …]