| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86Cursors.c | 56 int x_dst, 67 t = x_dst; 68 x_dst = height - y_dst - 1; 72 x_dst = width - x_dst - 1; 76 t = x_dst; 77 x_dst = y_dst; 82 x_dst = width - x_dst - 1; 85 *x_src = x_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 D | xf86Cursors.c | 64 int height, int x_dst, int y_dst, int *x_src, int *y_src) 72 t = x_dst; 73 x_dst = width - y_dst - 1; 77 x_dst = width - x_dst - 1; 81 t = x_dst; 82 x_dst = y_dst; 87 x_dst = width - x_dst - 1; 90 *x_src = x_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 D | glamor_trapezoid.c | 85 INT16 x_dst, y_dst; local in function:glamor_trapezoids 110 x_dst = traps[0].left.p1.x >> 16; 143 x_rel = bounds.x1 + x_src - x_dst;
|
| H A D | glamor_render.c | 1208 .x1 = rects[i].x_dst, 1210 .x2 = rects[i].x_dst + rects[i].width, 1245 x_dest = rects->x_dst + dest_x_off; 1572 prect[i].x_dst = box[i].x1; 1576 DEBUGF("dest %d %d \n", prect[i].x_dst, prect[i].y_dst);
|
| H A D | glamor_priv.h | 136 INT16 x_dst; member in struct:__anond6dff2350508
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-trap.c | 487 int x_dst, 514 pixman_rasterize_trapezoid (dst, trap, x_dst, y_dst); 543 x_dst + box.x1, y_dst + box.y1, 678 int x_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 D | pixman.h | 1601 int x_dst, 1613 int x_dst,
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbtrap.c | 88 int x_dst, int y_dst,
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| H A D | drmmode_display.c | 1461 int x_dst, int y_dst) 1467 t = x_dst; 1468 x_dst = height - y_dst - 1; 1472 x_dst = width - x_dst - 1; 1476 t = x_dst; 1477 x_dst = y_dst; 1483 x_dst = width - x_dst - 1; 1487 return y_dst * height + x_dst; 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 D | drmmode_display.c | 1038 int x_dst, int y_dst) 1044 t = x_dst; 1045 x_dst = height - y_dst - 1; 1049 x_dst = width - x_dst - 1; 1053 t = x_dst; 1054 x_dst = y_dst; 1060 x_dst = width - x_dst - 1; 1064 return y_dst * height + x_dst; 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 D | sna_display.c | 5948 int x_dst, int y_dst, 5957 t = x_dst; 5958 x_dst = size - y_dst - 1; 5962 x_dst = size - x_dst - 1; 5966 t = x_dst; 5967 x_dst = y_dst; 5973 x_dst = size - x_dst - 1; 5977 *x_src = x_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 D | sna_display.c | 4399 int x_dst, int y_dst, 4408 t = x_dst; 4409 x_dst = size - y_dst - 1; 4413 x_dst = size - x_dst - 1; 4417 t = x_dst; 4418 x_dst = y_dst; 4424 x_dst = size - x_dst - 1; 4428 *x_src = x_dst; 4398 rotate_coord(Rotation rotation,int size,int x_dst,int y_dst,int * x_src,int * y_src) argument [all...] |