| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_addtraps.c | 34 INT16 y_off, int ntrap, xTrap *traps) 37 fbAddTraps(pPicture, x_off, y_off, ntrap, traps);
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| fbtrap.c | 36 INT16 y_off, 46 pixman_add_traps (image, x_off, y_off, ntrap, (pixman_trap_t *)traps); 55 int y_off) 63 pixman_rasterize_trapezoid (image, (pixman_trapezoid_t *)trap, x_off, y_off); 97 INT16 y_off, 141 fbRasterizeTrapezoid (pPicture, &trap, x_off, y_off); 156 fbRasterizeTrapezoid (pPicture, &trap, x_off, y_off);
|
| fbpict.h | 59 int y_off);
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| fbtrap.c | 36 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps) 44 pixman_add_traps(image, x_off + dst_xoff, y_off + dst_yoff, 52 xTrapezoid * trap, int x_off, int y_off) 61 x_off + dst_xoff, y_off + dst_yoff); 68 INT16 x_off, INT16 y_off, int ntri, xTriangle * tris) 77 dst_xoff + x_off, dst_yoff + y_off,
|
| fbpict.h | 49 fbRasterizeTrapezoid(PicturePtr alpha, xTrapezoid * trap, int x_off, int y_off);
|
| /xsrc/external/mit/xorg-server/dist/present/ |
| present_vblank.c | 54 int16_t y_off, 101 vblank->y_off = y_off; 114 screen_priv->check_flip (target_crtc, window, pixmap, TRUE, valid, x_off, y_off, &reason)) 119 screen_priv->check_flip (target_crtc, window, pixmap, FALSE, valid, x_off, y_off, &reason)) 157 int16_t y_off, 174 x_off, y_off, target_crtc, wait_fence, idle_fence,
|
| present.c | 70 int16_t y_off) 80 changes[1].val = y_off; 92 x_off, y_off); 229 int16_t y_off, 249 y_off,
|
| present_priv.h | 76 int16_t y_off; member in struct:present_vblank 111 int16_t y_off, 123 int16_t y_off, 265 int16_t y_off); 289 int16_t y_off, 463 int16_t y_off, 481 int16_t y_off,
|
| present_execute.c | 82 present_copy_region(&window->drawable, vblank->pixmap, vblank->update, vblank->x_off, vblank->y_off);
|
| present_request.c | 147 stuff->x_off, stuff->y_off, target_crtc, 284 swaps(&stuff->y_off);
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-trap.c | 208 int y_off) 211 pixman_fixed_t y_off_fixed = pixman_int_to_fixed (y_off); 235 int16_t y_off, 253 y_off_fixed = pixman_int_to_fixed (y_off); 320 int y_off, 337 pixman_rasterize_trapezoid (image, trap, x_off, y_off); 349 int y_off) 368 y_off_fixed = pixman_int_to_fixed (y_off); 383 pixman_line_fixed_edge_init (&l, bpp, t, &trap->left, x_off, y_off); 384 pixman_line_fixed_edge_init (&r, bpp, t, &trap->right, x_off, y_off); [all...] |
| pixman.c | 423 pixman_fixed_t x_off, y_off; local 470 y_off = - pixman_fixed_e - ((params[1] - pixman_fixed_1) >> 1); 478 y_off = - pixman_fixed_e - ((params[1] - pixman_fixed_1) >> 1); 487 y_off = - pixman_fixed_1 / 2; 495 y_off = - pixman_fixed_e; 507 y_off = 0; 548 !IS_16_16 (transformed.y1 + y_off - 8 * pixman_fixed_e) || 550 !IS_16_16 (transformed.y2 + y_off + 8 * pixman_fixed_e + height))
|
| /xsrc/external/mit/xorg-server.old/dist/miext/cw/ |
| cw.c | 85 cwGetBackingDrawable(DrawablePtr pDrawable, int *x_off, int *y_off) 93 *y_off = pDrawable->y - pPixmap->screen_y; 96 *x_off = *y_off = 0; 118 int status, x_off, y_off; local 122 pBackingDrawable = cwGetBackingDrawable(pDrawable, &x_off, &y_off); 153 int x_off, y_off; local 176 pBackingDrawable = cwGetBackingDrawable(pDrawable, &x_off, &y_off); 203 vals[1].val = y_off - pDrawable->y; 221 (pGC->patOrg.y + y_off) != pBackingGC->patOrg.y) 225 vals[1].val = pGC->patOrg.y + y_off; 393 int x_off, y_off; local [all...] |
| cw_render.c | 116 cwGetBackingPicture (PicturePtr pPicture, int *x_off, int *y_off) 127 *y_off = pDrawable->y - pPixmap->screen_y; 133 *x_off = *y_off = 0; 190 int x_off, y_off; local 192 pBackingDrawable = cwGetBackingDrawable(pDrawable, &x_off, &y_off); 237 y_off - pDrawable->y,
|
| cw.h | 158 cwGetBackingDrawable(DrawablePtr pDrawable, int *x_off, int *y_off);
|
| /xsrc/external/mit/libXpresent/dist/include/X11/extensions/ |
| Xpresent.h | 132 int x_off, y_off; member in struct:__anon5957 171 int y_off,
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| presentproto.h | 77 INT16 y_off; member in struct:__anon11646 153 INT16 y_off; member in struct:__anon11651 256 INT16 y_off; member in struct:__anon11655
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| panoramiXprocs.c | 1407 int y_off = screenInfo.screens[j]->y; local 1409 if (x_off || y_off) { 1416 pnts->y -= y_off; 1472 int y_off = screenInfo.screens[j]->y; local 1474 if (x_off || y_off) { 1481 pnts->y -= y_off; 1541 int y_off = screenInfo.screens[j]->y; local 1543 if (x_off || y_off) { 1549 segs->y1 -= y_off; 1550 segs->y2 -= y_off; 1610 int y_off = screenInfo.screens[j]->y; local 1676 int y_off = screenInfo.screens[j]->y; local 1739 int y_off = screenInfo.screens[j]->y; local 1808 int y_off = screenInfo.screens[j]->y; local 1874 int y_off = screenInfo.screens[j]->y; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| panoramiXprocs.c | 1288 int y_off = screenInfo.screens[j]->y; local 1290 if(x_off || y_off) { 1296 pnts->y -= y_off; 1348 int y_off = screenInfo.screens[j]->y; local 1350 if(x_off || y_off) { 1356 pnts->y -= y_off; 1411 int y_off = screenInfo.screens[j]->y; local 1413 if(x_off || y_off) { 1419 segs->y1 -= y_off; 1420 segs->y2 -= y_off; 1474 int y_off = screenInfo.screens[j]->y; local 1536 int y_off = screenInfo.screens[j]->y; local 1594 int y_off = screenInfo.screens[j]->y; local 1657 int y_off = screenInfo.screens[j]->y; local 1718 int y_off = screenInfo.screens[j]->y; local [all...] |
| /xsrc/external/mit/xclock/dist/ |
| ClockP.h | 141 XDouble y_off; member in struct:__anon6574
|
| /xsrc/external/mit/libXpresent/dist/src/ |
| Xpresent.c | 234 re->y_off = proto->y_off; 479 int y_off, 506 req->y_off = y_off;
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| render.c | 2863 int y_off = screenInfo.screens[j]->y; local 2865 if (x_off || y_off) { 2871 rects->y -= y_off; 2913 int y_off = screenInfo.screens[j]->y; local 2915 if (x_off || y_off) { 2920 trap->top -= y_off; 2921 trap->bottom -= y_off; 2923 trap->left.p1.y -= y_off; 2925 trap->left.p2.y -= y_off; 2927 trap->right.p1.y -= y_off; 2974 int y_off = screenInfo.screens[j]->y; local 3031 int y_off = screenInfo.screens[j]->y; local 3084 int y_off = screenInfo.screens[j]->y; local 3121 INT16 x_off, y_off; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| render.c | 2951 int y_off = screenInfo.screens[j]->y; local 2953 if(x_off || y_off) { 2960 rects->y -= y_off; 2999 int y_off = screenInfo.screens[j]->y; local 3001 if(x_off || y_off) { 3006 trap->top -= y_off; 3007 trap->bottom -= y_off; 3009 trap->left.p1.y -= y_off; 3011 trap->left.p2.y -= y_off; 3013 trap->right.p1.y -= y_off; 3059 int y_off = screenInfo.screens[j]->y; local 3115 int y_off = screenInfo.screens[j]->y; local 3167 int y_off = screenInfo.screens[j]->y; local 3203 INT16 x_off, y_off; local [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| uxa-priv.h | 266 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps); 297 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps);
|
| uxa-unaccel.c | 408 INT16 x_off, INT16 y_off, int ntrap, xTrap * traps) 415 fbAddTraps(pPicture, x_off, y_off, ntrap, traps);
|