Searched refs:ttSHORT (Results 1 – 1 of 1) sorted by relevance
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1394 static stbtt_int16 ttSHORT(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttSHORT() function 1422 static stbtt_int16 ttSHORT(const stbtt_uint8 * p, stbtt_uint32 offset) in ttSHORT() function 1763 …return (stbtt_uint16)(unicode_codepoint + ttSHORT(data, index_map + 14 + segcount * 4 + 2 + 2 * it… 1844 if(x0) *x0 = ttSHORT(info->data, g + 2); 1845 if(y0) *y0 = ttSHORT(info->data, g + 4); 1846 if(x1) *x1 = ttSHORT(info->data, g + 6); 1847 if(y1) *y1 = ttSHORT(info->data, g + 8); 1865 numberOfContours = ttSHORT(info->data, g); 1903 numberOfContours = ttSHORT(data, g); 2048 flags = ttSHORT(data, comp); [all …]
|