Home
last modified time | relevance | path

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

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