Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h2692 …static stbtt_int32 stbtt__GetGlyphClass(STBTT_STREAM_TYPE data, stbtt_uint32 classDefTable, int g… argument
2694 …static stbtt_int32 stbtt__GetGlyphClass(const stbtt_uint8 * data, stbtt_uint32 classDefTable, int…
2697 stbtt_uint16 classDefFormat = ttUSHORT(data, classDefTable);
2700 stbtt_uint16 startGlyphID = ttUSHORT(data, classDefTable + 2);
2701 stbtt_uint16 glyphCount = ttUSHORT(data, classDefTable + 4);
2702 stbtt_uint32 classDef1ValueArray = classDefTable + 6;
2710 stbtt_uint16 classRangeCount = ttUSHORT(data, classDefTable + 2);
2711 stbtt_uint32 classRangeRecords = classDefTable + 4;