Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dvxworks.h33 u32 x2; /* don't care, used by VxWorks */ member
/rk3399_rockchip-uboot/drivers/video/
H A Dstb_truetype.h1961 int x,x1,x2; in stbtt__fill_active_edges_new() local
2023 float x2 = (float) (x+1); in stbtt__fill_active_edges_new() local
2313 …point *points, int *num_points, float x0, float y0, float x1, float y1, float x2, float y2, float … 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()