Searched refs:ttSHORT (Results 1 – 1 of 1) sorted by relevance
962 #define ttSHORT(p) (* (stbtt_int16 *) (p)) macro969 static stbtt_int16 ttSHORT(const stbtt_uint8 *p) { return p[0]*256 + p[1]; } in ttSHORT() function1139 …return (stbtt_uint16) (unicode_codepoint + ttSHORT(data + index_map + 14 + segcount*4 + 2 + 2*item… in stbtt_FindGlyphIndex()1208 if (x0) *x0 = ttSHORT(info->data + g + 2); in stbtt_GetGlyphBox()1209 if (y0) *y0 = ttSHORT(info->data + g + 4); in stbtt_GetGlyphBox()1210 if (x1) *x1 = ttSHORT(info->data + g + 6); in stbtt_GetGlyphBox()1211 if (y1) *y1 = ttSHORT(info->data + g + 8); in stbtt_GetGlyphBox()1225 numberOfContours = ttSHORT(info->data + g); in stbtt_IsGlyphEmpty()1258 numberOfContours = ttSHORT(data + g); in stbtt_GetGlyphShape()1395 flags = ttSHORT(comp); comp+=2; in stbtt_GetGlyphShape()[all …]