Searched refs:stbtt_int16 (Results 1 – 1 of 1) sorted by relevance
386 typedef signed short stbtt_int16; typedef392 typedef char stbtt__check_size16[sizeof(stbtt_int16)==2 ? 1 : -1];962 #define ttSHORT(p) (* (stbtt_int16 *) (p))969 static stbtt_int16 ttSHORT(const stbtt_uint8 *p) { return p[0]*256 + p[1]; } in ttSHORT()1179 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()[all …]