Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1176 static void stbtt_setvertex(stbtt_vertex *v, stbtt_uint8 type, stbtt_int32 x, stbtt_int32 y, stbtt_… in stbtt_setvertex() function
1234 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+scx)>>1, (cy+scy)>>1, cx,cy); in stbtt__close_shape()
1235 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx,sy,scx,scy); in stbtt__close_shape()
1238 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve,sx,sy,cx,cy); in stbtt__close_shape()
1240 stbtt_setvertex(&vertices[num_vertices++], STBTT_vline,sx,sy,0,0); in stbtt__close_shape()
1362 stbtt_setvertex(&vertices[num_vertices++], STBTT_vmove,sx,sy,0,0); in stbtt_GetGlyphShape()
1369stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+x)>>1, (cy+y)>>1, cx, cy); in stbtt_GetGlyphShape()
1375 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, x,y, cx, cy); in stbtt_GetGlyphShape()
1377 stbtt_setvertex(&vertices[num_vertices++], STBTT_vline, x,y,0,0); in stbtt_GetGlyphShape()