Home
last modified time | relevance | path

Searched defs:points (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h1264 stbtt_uint8 *points; in stbtt_GetGlyphShape() local
2305 static void stbtt__add_point(stbtt__point *points, int n, float x, float y) in stbtt__add_point()
2313 static int stbtt__tesselate_curve(stbtt__point *points, int *num_points, float x0, float y0, float … in stbtt__tesselate_curve()
2336 stbtt__point *points=0; in stbtt_FlattenCurves() local