Home
last modified time | relevance | path

Searched refs:y_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
73 x_dst = width - y_dst - 1; in xf86_crtc_rotate_coord()
74 y_dst = t; in xf86_crtc_rotate_coord()
78 y_dst = height - y_dst - 1; in xf86_crtc_rotate_coord()
82 x_dst = y_dst; in xf86_crtc_rotate_coord()
83 y_dst = height - t - 1; in xf86_crtc_rotate_coord()
89 y_dst = height - y_dst - 1; in xf86_crtc_rotate_coord()
91 *y_src = y_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
108 y_dst = height - y_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
111 y_dst = traps[0].left.p1.y >> 16; in glamor_trapezoids()
144 y_rel = bounds.y1 + y_src - y_dst; in glamor_trapezoids()
H A Dglamor_render.c1204 .y1 = rects[i].y_dst, in glamor_composite_with_shader()
1206 .y2 = rects[i].y_dst + rects[i].height, in glamor_composite_with_shader()
1241 y_dest = rects->y_dst + dest_y_off; in glamor_composite_with_shader()
1571 prect[i].y_dst = box[i].y1; 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.h146 INT16 y_dst; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vkms/
H A Dvkms_composer.c103 int y_dst = src_composer->dst.y1; in blend() local
110 for (i = y_src, i_dst = y_dst; i < y_limit; ++i) { 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