Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h2248 static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, int *wcount, int windings, f… in stbtt__rasterize() argument
2264 for (i=0; i < windings; ++i) in stbtt__rasterize()
2272 for (i=0; i < windings; ++i) { in stbtt__rasterize()
2407 …stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &win… in stbtt_Rasterize() local
2408 if (windings) { in stbtt_Rasterize()
2409 …stbtt__rasterize(result, windings, winding_lengths, winding_count, scale_x, scale_y, shift_x, shif… in stbtt_Rasterize()
2411 STBTT_free(windings, userdata); in stbtt_Rasterize()