Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h553 } stbtt__buf; typedef
752 stbtt__buf cff; // cff font data
753 stbtt__buf charstrings; // the charstring index
754 stbtt__buf gsubrs; // global charstring subroutines index
755 stbtt__buf subrs; // private charstring subroutines index
756 stbtt__buf fontdicts; // array of font dicts
757 stbtt__buf fdselect; // map from glyph to fontdict
1187 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 …]