Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h835 STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo * info, int glyph1, int glyph2);
840 int glyph1; // use stbtt_FindGlyphIndex member
2601 table[k].glyph1 = ttUSHORT(info->data, 18 + (k * 6) + info->kern);
2609 static int stbtt__GetGlyphKernInfoAdvance(const stbtt_fontinfo * info, int glyph1, int glyph2) argument
2624 needle = glyph1 << 16 | glyph2;
2751 static stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(const stbtt_fontinfo * info, int glyph1, int glyp… argument
2787 … stbtt_int32 coverageIndex = stbtt__GetCoverageIndex(data, table + coverageOffset, glyph1);
2839 … int glyph1class = stbtt__GetGlyphClass(data, table + classDef1Offset, glyph1);