| /xsrc/external/mit/libX11/dist/src/ |
| DrPoints.c | 44 int xoff, yoff; local 47 xoff = yoff = 0; 60 if (xoff || yoff) { 61 pt.x = xoff + points->x; 75 xoff += pptr->x;
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| fbgetsp.c | 38 int xoff; local 50 xoff = (int) (((long) pchardstStart) & (FB_MASK >> 3)); 51 dst = (FbBits *) (pchardstStart - xoff); 52 xoff <<= 3; 57 xoff,
|
| fbsetsp.c | 42 int xoff; local 48 xoff = (int) (((long) src) & (FB_MASK >> 3)); 49 s = (FbBits *) (src - xoff); 50 xoff <<= 3; 66 (x1 - ppt->x) * dstBpp + xoff,
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| fbgetsp.c | 41 int xoff; local 62 xoff = (int) (((long) pchardstStart) & (FB_MASK >> 3)); 63 dst = (FbBits *) (pchardstStart - xoff); 64 xoff <<= 3; 70 xoff,
|
| fbsetsp.c | 46 int xoff; local 60 xoff = (int) (((long) src) & (FB_MASK >> 3)); 61 s = (FbBits *) (src - xoff); 62 xoff <<= 3; 80 (x1 - ppt->x) * dstBpp + xoff,
|
| /xsrc/external/mit/oclock/dist/ |
| transform.c | 43 double xoff = 0.0, yoff = 0.0; local 49 xpoints[i].x = Xx(points[i].x + xoff, points[i].y + yoff, t); 50 xpoints[i].y = Xy(points[i].x + xoff, points[i].y + yoff, t); 52 xoff += points[i].x;
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| crime_cursor.c | 96 int xoff = 0, yoff = 0; local 101 xoff = -x; 110 pCrime->cursor.hot.x = xoff;
|
| /xsrc/external/mit/xf86-video-igs/dist/src/ |
| igs_cursor.c | 85 int xoff = 0, yoff = 0; local 90 xoff = -x; 99 pIgs->cursor.hot.x = xoff;
|
| /xsrc/external/mit/xf86-video-mgx/dist/src/ |
| mgx_cursor.c | 91 int xoff = 0, yoff = 0; local 96 xoff = -x; 105 pMgx->cursor.hot.x = xoff;
|
| /xsrc/external/mit/xf86-video-ngle/dist/src/ |
| ngle_cursor.c | 97 int xoff = 0, yoff = 0; local 102 xoff = -x; 111 pNGLE->cursor.hot.x = xoff;
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| s3v_hwcurs.c | 107 unsigned char xoff = 0, yoff = 0; local 124 * note - xoff & yoff are used for displaying partial cursors on screen 129 xoff = ((-x) & 0xFE); 146 outCRReg( 0x4e, xoff );
|
| /xsrc/external/mit/xf86-video-wsfb/dist/src/ |
| wsfb_cursor.c | 96 int xoff = 0, yoff = 0; local 101 xoff = -x; 110 pWsfb->cursor.hot.x = xoff;
|
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| savage_cursor.c | 235 unsigned char xoff, yoff, byte; local 257 xoff = ((-x) & 0xFE); 260 xoff = 0; 276 outCRReg( 0x4e, xoff ); 284 outCRReg( 0x4e, xoff );
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| apm_cursor.c | 126 int xoff, yoff; local 135 xoff = -x; 139 xoff = 0; 148 WRXW(0x14C, (yoff << 8) | (xoff & 0xFF));
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| fbspan.c | 63 int xoff, bpp; local 65 xoff = (int) (((long)data->src) & (FB_MASK >> 3)); 68 fbBlt((FbBits *)(data->src - xoff), 0, 69 (b->x1 - data->pt.x) * bpp + (xoff << 3), 114 int xoff; local 120 xoff = (int) (((long) dst) & (FB_MASK >> 3)); 121 d = (FbBits *) (dst - xoff); 124 d, 1, xoff << 3, *width * srcBpp,
|
| fblinebits.h | 30 int xoff = drawable->x; local 56 bitsBase = ((BITS *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff); 64 INT32 ul = coordToInt(clip->x1 - xoff, clip->y1 - yoff); 65 INT32 lr = coordToInt(clip->x2 - xoff - 1, clip->y2 - yoff - 1); 75 intToX(pt1) + xoff, intToY(pt1) + yoff, 76 intToX(pt2) + xoff, intToY(pt2) + yoff, 148 int xoff = drawable->x; local 172 ((BITS *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff); 176 INT32 ul = coordToInt(clip->x1 - xoff, clip->y1 - yoff); 177 INT32 lr = coordToInt(clip->x2 - xoff - 1, clip->y2 - yoff - 1) [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| fbspan.c | 63 int xoff, bpp; local 65 xoff = (int) (((long)data->src) & (FB_MASK >> 3)); 68 fbBlt((FbBits *)(data->src - xoff), 0, 69 (b->x1 - data->pt.x) * bpp + (xoff << 3), 114 int xoff; local 120 xoff = (int) (((long) dst) & (FB_MASK >> 3)); 121 d = (FbBits *) (dst - xoff); 124 d, 1, xoff << 3, *width * srcBpp,
|
| fblinebits.h | 30 int xoff = drawable->x; local 56 bitsBase = ((BITS *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff); 64 INT32 ul = coordToInt(clip->x1 - xoff, clip->y1 - yoff); 65 INT32 lr = coordToInt(clip->x2 - xoff - 1, clip->y2 - yoff - 1); 75 intToX(pt1) + xoff, intToY(pt1) + yoff, 76 intToX(pt2) + xoff, intToY(pt2) + yoff, 148 int xoff = drawable->x; local 172 ((BITS *) dst) + (yoff + dstYoff) * bitsStride + (xoff + dstXoff); 176 INT32 ul = coordToInt(clip->x1 - xoff, clip->y1 - yoff); 177 INT32 lr = coordToInt(clip->x2 - xoff - 1, clip->y2 - yoff - 1) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| freedreno_gmem.h | 45 uint16_t xoff, yoff; member in struct:fd_tile
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_gmem.h | 46 uint16_t xoff, yoff; member in struct:fd_tile
|
| freedreno_gmem.c | 123 uint32_t i, j, t, xoff, yoff; local 252 xoff = yoff = 0; 256 if (xoff >= nbins_x) { 257 xoff = 0; 265 pipe->x = xoff; 267 pipe->w = MIN2(tpp_x, nbins_x - xoff); 270 xoff += tpp_x; 297 xoff = minx; 313 bw = MIN2(bin_w, minx + width - xoff); 319 tile->xoff = xoff [all...] |
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| neo_cursor.c | 53 int xoff, int yoff); 101 int xoff = 0, yoff = 0; local 108 xoff = -x; 111 if (yoff != nPtr->NeoCursorPrevY || xoff !=nPtr->NeoCursorPrevX) { 113 nPtr->NeoCursorPrevX = xoff; 131 if (xoff) 133 if (xoff < 32) { /* offset 1-31 */ 141 bits = ((bits >> xoff) | (bits2 << (32-xoff))); 142 bits2 >>= xoff; local [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/ |
| uxa.c | 144 int xoff, yoff; local 145 PixmapPtr pPixmap = uxa_get_offscreen_pixmap(pDrawable, &xoff, &yoff); 166 REGION_TRANSLATE (pScreen, region, xoff, yoff);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| dmxcompat.c | 90 int *xoff, int *yoff, 105 *xoff = strtol(end, &end, 10); 125 int x, y, xoff, yoff, xorig, yorig; local 187 dmxVDLDisplayEntry(buf, name, &len, &x, &y, &xoff, &yoff, 199 xoff, yoff, 200 xoff, yoff)),
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| xaaPict.c | 464 int xoff, yoff; local 491 xoff = xSrc - xDst; 494 pptSrc[i].x = pbox[i].x1 + xoff;
|