Searched refs:was_off (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 1229 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() argument 1233 if (was_off) in stbtt__close_shape() 1237 if (was_off) in stbtt__close_shape() 1262 stbtt_int32 ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0; in stbtt_GetGlyphShape() local 1339 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape() 1363 was_off = 0; in stbtt_GetGlyphShape() 1368 … if (was_off) // two off-curve control points in a row means interpolate an on-curve midpoint in stbtt_GetGlyphShape() 1372 was_off = 1; in stbtt_GetGlyphShape() 1374 if (was_off) in stbtt_GetGlyphShape() 1378 was_off = 0; in stbtt_GetGlyphShape() [all …]
|