Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/easylogo/
H A Deasylogo.c48 unsigned char Cb, y1, Cr, y2; member
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h2026 float y1,y2; in stbtt__fill_active_edges_new() local
2313 …nts, int *num_points, float x0, float y0, float x1, float y1, float x2, float y2, float objspace_f… in stbtt__tesselate_curve()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_vop2.c1623 static inline int interpolate(int x1, int y1, int x2, int y2, int x) in interpolate()