Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h2700 stbtt_uint16 startGlyphID = ttUSHORT(data, classDefTable + 2); local
2704 if(glyph >= startGlyphID && glyph < startGlyphID + glyphCount)
2705 … return (stbtt_int32)ttUSHORT(data, classDef1ValueArray + 2 * (glyph - startGlyphID));