Searched refs:STBTT_vcurve (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/video/ |
D | stb_truetype.h | 722 STBTT_vcurve enumerator 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() 1369 … stbtt_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() 2382 case STBTT_vcurve: in stbtt_FlattenCurves()
|