Searched refs:y2 (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | stb_truetype.h | 2026 float y1,y2; in stbtt__fill_active_edges_new() local 2032 y2 = (x+1 - x0) / dx + y_top; in stbtt__fill_active_edges_new() 2036 stbtt__handle_clipped_edge(scanline,x,e, x1,y1, x2,y2); in stbtt__fill_active_edges_new() 2037 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3); in stbtt__fill_active_edges_new() 2039 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2); in stbtt__fill_active_edges_new() 2040 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x1,y1); in stbtt__fill_active_edges_new() 2049 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2); in stbtt__fill_active_edges_new() 2050 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3); in stbtt__fill_active_edges_new() 2052 stbtt__handle_clipped_edge(scanline,x,e, x0,y0, x2,y2); in stbtt__fill_active_edges_new() 2053 stbtt__handle_clipped_edge(scanline,x,e, x2,y2, x3,y3); in stbtt__fill_active_edges_new() [all …]
|
| /rk3399_rockchip-uboot/tools/easylogo/ |
| H A D | easylogo.c | 48 unsigned char Cb, y1, Cr, y2; member 102 yuyv_pixel->y1 = yuyv_pixel->y2 = 209 * (pR + pG + pB) / 300 + 16; in pixel_rgb_to_yuyv()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_vop2.c | 1623 static inline int interpolate(int x1, int y1, int x2, int y2, int x) in interpolate() argument 1625 return y1 + (y2 - y1) * (x - x1) / (x2 - x1); in interpolate()
|