| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| 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; [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| 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; [all...] |
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_trapezoid.c | 85 INT16 x_dst, y_dst; local 110 x_dst = traps[0].left.p1.x >> 16; 143 x_rel = bounds.x1 + x_src - x_dst;
|
| glamor_render.c | 1269 .x1 = rects[i].x_dst, 1271 .x2 = rects[i].x_dst + rects[i].width, 1306 x_dest = rects->x_dst + dest_x_off; 1634 prect[i].x_dst = box[i].x1; 1638 DEBUGF("dest %d %d \n", prect[i].x_dst, prect[i].y_dst);
|
| glamor_priv.h | 154 INT16 x_dst; member in struct:__anon9850
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| 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,
|
| pixman.h | 1601 int x_dst, 1613 int x_dst,
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| fbtrap.c | 88 int x_dst, int y_dst,
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| 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; [all...] |
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| 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; [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| 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; [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| 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; [all...] |