Searched defs:vertices (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 1171 …stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices) in stbtt_GetCodepointShape() 1229 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() 1250 stbtt_vertex *vertices=0; in stbtt_GetGlyphShape() local 2334 static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num_verts, float objspace_flat… in stbtt_FlattenCurves() 2403 …stbtt_Rasterize(stbtt__bitmap *result, float flatness_in_pixels, stbtt_vertex *vertices, int num_v… in stbtt_Rasterize() 2424 stbtt_vertex *vertices; in stbtt_GetGlyphBitmapSubpixel() local 2468 stbtt_vertex *vertices; in stbtt_MakeGlyphBitmapSubpixel() local
|