Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h817 int num_verts, // number of vertices in above array
2334 static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num_verts, float objspace_flat… in stbtt_FlattenCurves() argument
2343 for (i=0; i < num_verts; ++i) in stbtt_FlattenCurves()
2366 for (i=0; i < num_verts; ++i) { in stbtt_FlattenCurves()
2403 …__bitmap *result, float flatness_in_pixels, stbtt_vertex *vertices, int num_verts, float scale_x, … in stbtt_Rasterize() argument
2407 …stbtt__point *windings = stbtt_FlattenCurves(vertices, num_verts, flatness_in_pixels / scale, &win… in stbtt_Rasterize()
2425 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); in stbtt_GetGlyphBitmapSubpixel() local
2453 …stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0, iy0, 1,… in stbtt_GetGlyphBitmapSubpixel()
2469 int num_verts = stbtt_GetGlyphShape(info, glyph, &vertices); in stbtt_MakeGlyphBitmapSubpixel() local
2479 …stbtt_Rasterize(&gbm, 0.35f, vertices, num_verts, scale_x, scale_y, shift_x, shift_y, ix0,iy0, 1, … in stbtt_MakeGlyphBitmapSubpixel()