Home
last modified time | relevance | path

Searched refs:stbtt_int16 (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h436 typedef signed short stbtt_int16; typedef
442 typedef char stbtt__check_size16[sizeof(stbtt_int16) == 2 ? 1 : -1];
1386 static stbtt_int16 ttSHORT(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttSHORT()
1414 static stbtt_int16 ttSHORT(const stbtt_uint8 * p, stbtt_uint32 offset) in ttSHORT()
1798 v->x = (stbtt_int16)x;
1799 v->y = (stbtt_int16)y;
1800 v->cx = (stbtt_int16)cx;
1801 v->cy = (stbtt_int16)cy;
1851 stbtt_int16 numberOfContours;
1880 stbtt_int16 numberOfContours;
[all …]