Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h726 #ifndef stbtt_vertex // you can predefine this to use different values
733 } stbtt_vertex; typedef
751 STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *vertices);
1250 stbtt_vertex *vertices=0; in stbtt_GetGlyphShape()
1272 vertices = (stbtt_vertex *) STBTT_malloc(m * sizeof(vertices[0]), info->userdata); in stbtt_GetGlyphShape()
1392 stbtt_vertex *comp_verts = 0, *tmp = 0; in stbtt_GetGlyphShape()
1434 stbtt_vertex* v = &comp_verts[i]; in stbtt_GetGlyphShape()
1444 …tmp = (stbtt_vertex*)STBTT_malloc((num_vertices+comp_num_verts)*sizeof(stbtt_vertex), info->userda… in stbtt_GetGlyphShape()
1552 STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v) in stbtt_FreeShape()
2424 stbtt_vertex *vertices; in stbtt_GetGlyphBitmapSubpixel()
[all …]