Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h728 …#define stbtt_vertex_type short // can't use stbtt_int16 because that's not visible in the header … macro
731 stbtt_vertex_type x,y,cx,cy;
1435 stbtt_vertex_type x,y; in stbtt_GetGlyphShape()
1437 v->x = (stbtt_vertex_type)(m * (mtx[0]*x + mtx[2]*y + mtx[4])); in stbtt_GetGlyphShape()
1438 v->y = (stbtt_vertex_type)(n * (mtx[1]*x + mtx[3]*y + mtx[5])); in stbtt_GetGlyphShape()
1440 v->cx = (stbtt_vertex_type)(m * (mtx[0]*x + mtx[2]*y + mtx[4])); in stbtt_GetGlyphShape()
1441 v->cy = (stbtt_vertex_type)(n * (mtx[1]*x + mtx[3]*y + mtx[5])); in stbtt_GetGlyphShape()