Searched refs:vertices (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | stb_truetype.h | 739 …tbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices); 740 …_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_index, stbtt_vertex **vertices); 751 STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *vertices); 816 stbtt_vertex *vertices, // array of vertices defining shape 1171 …stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices) in stbtt_GetCodepointShape() argument 1173 return stbtt_GetGlyphShape(info, stbtt_FindGlyphIndex(info, unicode_codepoint), 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() argument 1234 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, (cx+scx)>>1, (cy+scy)>>1, cx,cy); in stbtt__close_shape() 1235 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve, sx,sy,scx,scy); in stbtt__close_shape() 1238 stbtt_setvertex(&vertices[num_vertices++], STBTT_vcurve,sx,sy,cx,cy); in stbtt__close_shape() [all …]
|