Home
last modified time | relevance | path

Searched refs:x_dst (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c64 int height, int x_dst, int y_dst, int *x_src, int *y_src) in xf86_crtc_rotate_coord() argument
72 t = x_dst; in xf86_crtc_rotate_coord()
73 x_dst = width - y_dst - 1; in xf86_crtc_rotate_coord()
77 x_dst = width - x_dst - 1; in xf86_crtc_rotate_coord()
81 t = x_dst; in xf86_crtc_rotate_coord()
82 x_dst = y_dst; in xf86_crtc_rotate_coord()
87 x_dst = width - x_dst - 1; in xf86_crtc_rotate_coord()
90 *x_src = x_dst; in xf86_crtc_rotate_coord()
101 int x_dst, int y_dst, int *x_src, int *y_src) in xf86_crtc_rotate_coord_back() argument
106 x_dst = width - x_dst - 1; in xf86_crtc_rotate_coord_back()
[all …]
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_trapezoid.c85 INT16 x_dst, y_dst; in glamor_trapezoids() local
110 x_dst = traps[0].left.p1.x >> 16; in glamor_trapezoids()
143 x_rel = bounds.x1 + x_src - x_dst; in glamor_trapezoids()
H A Dglamor_render.c1203 .x1 = rects[i].x_dst, in glamor_composite_with_shader()
1205 .x2 = rects[i].x_dst + rects[i].width, in glamor_composite_with_shader()
1240 x_dest = rects->x_dst + dest_x_off; in glamor_composite_with_shader()
1570 prect[i].x_dst = box[i].x1; in glamor_composite_clipped_region()
1574 DEBUGF("dest %d %d \n", prect[i].x_dst, prect[i].y_dst); in glamor_composite_clipped_region()
H A Dglamor_priv.h145 INT16 x_dst; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vkms/
H A Dvkms_composer.c102 int x_dst = src_composer->dst.x1; in blend() local
111 for (j = x_src, j_dst = x_dst; j < x_limit; ++j) { in blend()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbtrap.c88 int x_dst, int y_dst,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog93856 trapezoids. Instead, it would use x_dst and y_dst in such a way that