Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h2638 stbtt_uint16 glyphCount = ttUSHORT(data, coverageTable + 2); local
2641 stbtt_int32 l = 0, r = glyphCount - 1, m;
2701 stbtt_uint16 glyphCount = ttUSHORT(data, classDefTable + 4); local
2704 if(glyph >= startGlyphID && glyph < startGlyphID + glyphCount)