Searched refs:ttSHORT (Results 1 – 1 of 1) sorted by relevance
1270 static stbtt_int16 ttSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } in ttSHORT() function1522 …return (stbtt_uint16) (unicode_codepoint + ttSHORT(data + index_map + 14 + segcount*4 + 2 + 2*item… in stbtt_FindGlyphIndex()1598 if (x0) *x0 = ttSHORT(info->data + g + 2); in stbtt_GetGlyphBox()1599 if (y0) *y0 = ttSHORT(info->data + g + 4); in stbtt_GetGlyphBox()1600 if (x1) *x1 = ttSHORT(info->data + g + 6); in stbtt_GetGlyphBox()1601 if (y1) *y1 = ttSHORT(info->data + g + 8); in stbtt_GetGlyphBox()1619 numberOfContours = ttSHORT(info->data + g); in stbtt_IsGlyphEmpty()1652 numberOfContours = ttSHORT(data + g); in stbtt__GetGlyphShapeTT()1789 flags = ttSHORT(comp); comp+=2; in stbtt__GetGlyphShapeTT()1790 gidx = ttSHORT(comp); comp+=2; in stbtt__GetGlyphShapeTT()[all …]