Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h2406 int winding_count, *winding_lengths; in stbtt_Rasterize() local
2407 …tbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &winding_lengths, &winding_cou… in stbtt_Rasterize()
2409 …stbtt__rasterize(result, windings, winding_lengths, winding_count, scale_x, scale_y, shift_x, shif… in stbtt_Rasterize()
2410 STBTT_free(winding_lengths, userdata); in stbtt_Rasterize()