Searched refs:stbtt_int16 (Results 1 – 1 of 1) sorted by relevance
386 typedef signed short stbtt_int16; typedef1179 v->x = (stbtt_int16) x; in stbtt_setvertex()1180 v->y = (stbtt_int16) y; in stbtt_setvertex()1181 v->cx = (stbtt_int16) cx; in stbtt_setvertex()1182 v->cy = (stbtt_int16) cy; in stbtt_setvertex()1222 stbtt_int16 numberOfContours; in stbtt_IsGlyphEmpty()1247 stbtt_int16 numberOfContours; in stbtt_GetGlyphShape()1302 stbtt_int16 dx = *points++; in stbtt_GetGlyphShape()1318 stbtt_int16 dy = *points++; in stbtt_GetGlyphShape()2546 chardata[i].x0 = (stbtt_int16) x; in stbtt_BakeFontBitmap()[all …]