Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h432 typedef signed short stbtt_int16; typedef
438 typedef char stbtt__check_size16[sizeof(stbtt_int16)==2 ? 1 : -1];
1270 static stbtt_int16 ttSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } in ttSHORT()
1562 v->x = (stbtt_int16) x; in stbtt_setvertex()
1563 v->y = (stbtt_int16) y; in stbtt_setvertex()
1564 v->cx = (stbtt_int16) cx; in stbtt_setvertex()
1565 v->cy = (stbtt_int16) cy; in stbtt_setvertex()
1613 stbtt_int16 numberOfContours; in stbtt_IsGlyphEmpty()
1641 stbtt_int16 numberOfContours; in stbtt__GetGlyphShapeTT()
1696 stbtt_int16 dx = *points++; in stbtt__GetGlyphShapeTT()
[all …]