Searched refs:y_dst (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Cursors.c57 int y_dst,
68 x_dst = height - y_dst - 1;
69 y_dst = t;
73 y_dst = height - y_dst - 1;
77 x_dst = y_dst;
78 y_dst = width - t - 1;
84 y_dst = height - y_dst - 1;
86 *y_src = y_dst;
53 xf86_crtc_rotate_coord(Rotation rotation,int width,int height,int x_dst,int y_dst,int * x_src,int * y_src) argument
93 xf86_crtc_rotate_coord_back(Rotation rotation,int width,int height,int x_dst,int y_dst,int * x_src,int * y_src) argument
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Cursors.c64 int height, int x_dst, int y_dst, int *x_src, int *y_src)
73 x_dst = width - y_dst - 1;
74 y_dst = t;
78 y_dst = height - y_dst - 1;
82 x_dst = y_dst;
83 y_dst = height - t - 1;
89 y_dst = height - y_dst - 1;
91 *y_src = y_dst;
62 xf86_crtc_rotate_coord(Rotation rotation,int width,int height,int x_dst,int y_dst,int * x_src,int * y_src) argument
98 xf86_crtc_rotate_coord_back(Rotation rotation,int width,int height,int x_dst,int y_dst,int * x_src,int * y_src) argument
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_trapezoid.c85 INT16 x_dst, y_dst; local in function:glamor_trapezoids
111 y_dst = traps[0].left.p1.y >> 16;
144 y_rel = bounds.y1 + y_src - y_dst;
H A Dglamor_render.c1209 .y1 = rects[i].y_dst,
1211 .y2 = rects[i].y_dst + rects[i].height,
1246 y_dest = rects->y_dst + dest_y_off;
1573 prect[i].y_dst = box[i].y1;
1576 DEBUGF("dest %d %d \n", prect[i].x_dst, prect[i].y_dst);
H A Dglamor_priv.h137 INT16 y_dst; member in struct:__anond6dff2350508
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman-trap.c488 int y_dst,
514 pixman_rasterize_trapezoid (dst, trap, x_dst, y_dst);
543 x_dst + box.x1, y_dst + box.y1,
679 int y_dst,
688 x_src, y_src, x_dst, y_dst,
481 pixman_composite_trapezoids(pixman_op_t op,pixman_image_t * src,pixman_image_t * dst,pixman_format_code_t mask_format,int x_src,int y_src,int x_dst,int y_dst,int n_traps,const pixman_trapezoid_t * traps) argument
672 pixman_composite_triangles(pixman_op_t op,pixman_image_t * src,pixman_image_t * dst,pixman_format_code_t mask_format,int x_src,int y_src,int x_dst,int y_dst,int n_tris,const pixman_triangle_t * tris) argument
H A Dpixman.h1602 int y_dst,
1614 int y_dst,
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbtrap.c88 int x_dst, int y_dst,
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Ddrmmode_display.c1461 int x_dst, int y_dst)
1468 x_dst = height - y_dst - 1;
1469 y_dst = t;
1473 y_dst = height - y_dst - 1;
1477 x_dst = y_dst;
1478 y_dst = width - t - 1;
1485 y_dst = height - y_dst - 1;
1487 return y_dst * heigh
1460 drmmode_cursor_src_offset(Rotation rotation,int width,int height,int x_dst,int y_dst) argument
[all...]
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Ddrmmode_display.c1038 int x_dst, int y_dst)
1045 x_dst = height - y_dst - 1;
1046 y_dst = t;
1050 y_dst = height - y_dst - 1;
1054 x_dst = y_dst;
1055 y_dst = width - t - 1;
1062 y_dst = height - y_dst - 1;
1064 return y_dst * heigh
1037 drmmode_cursor_src_offset(Rotation rotation,int width,int height,int x_dst,int y_dst) argument
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c5948 int x_dst, int y_dst,
5958 x_dst = size - y_dst - 1;
5959 y_dst = t;
5963 y_dst = size - y_dst - 1;
5967 x_dst = y_dst;
5968 y_dst = size - t - 1;
5975 y_dst = size - y_dst - 1;
5978 *y_src = y_dst;
5947 rotate_coord(Rotation rotation,int size,int x_dst,int y_dst,int * x_src,int * y_src) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c4399 int x_dst, int y_dst,
4409 x_dst = size - y_dst - 1;
4410 y_dst = t;
4414 y_dst = size - y_dst - 1;
4418 x_dst = y_dst;
4419 y_dst = size - t - 1;
4426 y_dst = size - y_dst - 1;
4429 *y_src = y_dst;
4398 rotate_coord(Rotation rotation,int size,int x_dst,int y_dst,int * x_src,int * y_src) argument
[all...]

Completed in 140 milliseconds