HomeSort by: relevance | last modified time | path
    Searched defs:yoff (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /xsrc/external/mit/libX11/dist/src/
DrPoints.c 44 int xoff, yoff; local
47 xoff = yoff = 0;
60 if (xoff || yoff) {
62 pt.y = yoff + points->y;
76 yoff += pptr->y;
  /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);
53 yoff += points[i].y;
  /xsrc/external/mit/xf86-video-crime/dist/src/
crime_cursor.c 96 int xoff = 0, yoff = 0; local
105 yoff = -y;
112 pCrime->cursor.hot.y = yoff;
  /xsrc/external/mit/xf86-video-igs/dist/src/
igs_cursor.c 85 int xoff = 0, yoff = 0; local
94 yoff = -y;
101 pIgs->cursor.hot.y = yoff;
  /xsrc/external/mit/xf86-video-mgx/dist/src/
mgx_cursor.c 91 int xoff = 0, yoff = 0; local
100 yoff = -y;
107 pMgx->cursor.hot.y = yoff;
  /xsrc/external/mit/xf86-video-ngle/dist/src/
ngle_cursor.c 97 int xoff = 0, yoff = 0; local
106 yoff = -y;
113 pNGLE->cursor.hot.y = yoff;
  /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
134 yoff = ((-y) & 0xFE);
147 outCRReg( 0x4f, yoff );
  /xsrc/external/mit/xf86-video-wsfb/dist/src/
wsfb_cursor.c 96 int xoff = 0, yoff = 0; local
105 yoff = -y;
112 pWsfb->cursor.hot.y = yoff;
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_cursor.c 235 unsigned char xoff, yoff, byte; local
264 yoff = ((-y) & 0xFE);
267 yoff = 0;
277 outCRReg( 0x4f, yoff );
285 outCRReg( 0x4f, yoff );
  /xsrc/external/mit/xf86-video-apm/dist/src/
apm_cursor.c 126 int xoff, yoff; local
141 yoff = -y;
145 yoff = 0;
148 WRXW(0x14C, (yoff << 8) | (xoff & 0xFF));
  /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;
258 yoff += tpp_y;
261 if (yoff >= nbins_y) {
266 pipe->y = yoff;
268 pipe->h = MIN2(tpp_y, nbins_y - yoff);
292 yoff = miny;
300 bh = MIN2(bin_h, miny + height - yoff);
320 tile->yoff = yoff;
    [all...]
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_cursor.c 53 int xoff, int yoff);
101 int xoff = 0, yoff = 0; local
104 yoff = -y;
111 if (yoff != nPtr->NeoCursorPrevY || xoff !=nPtr->NeoCursorPrevX) {
112 nPtr->NeoCursorPrevY = yoff;
122 if (yoff) {
123 src += (yoff * 16);
196 _neoLoadCursorImage(ScrnInfoPtr pScrn, unsigned char *src, int xoff, int yoff)
204 for (i = 0; i< nPtr->CursorInfo->MaxHeight - yoff; i++) {
  /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,
106 *yoff = strtol(end, NULL, 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
492 yoff = ySrc - yDst;
495 pptSrc[i].y = pbox[i].y1 + yoff;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fblinebits.h 31 int yoff = drawable->y; 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,
149 int yoff = drawable->y; 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/
fblinebits.h 31 int yoff = drawable->y; 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,
149 int yoff = drawable->y; 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-vmware/dist/saa/
saa_render.c 318 int xoff, yoff; local
319 PixmapPtr dst_pix = saa_get_pixmap(pDst->pDrawable, &xoff, &yoff);
341 REGION_TRANSLATE(pScreen, dst_region, -xoff, -yoff);
346 REGION_TRANSLATE(pScreen, dst_region, xoff, yoff);
  /xsrc/external/mit/xfd/dist/
gridP.h 60 int xoff, yoff; /* extra offsets within grid */ member in struct:_FontGridPart
  /xsrc/external/mit/xorg-server/dist/exa/
exa_unaccel.c 127 int xoff, yoff; local
136 exaGetDrawableDeltas(pSrc, pPixmap, &xoff, &yoff);
137 RegionTranslate(&reg, xoff + dx, yoff + dy);
150 exaGetDrawableDeltas(pDst, pPixmap, &xoff, &yoff);
151 RegionTranslate(&reg, xoff, yoff);
187 int xoff, yoff; local
190 exaGetDrawableDeltas(pDrawable, pPixmap, &xoff, &yoff);
192 box.y1 = pDrawable->y + y + yoff;
380 int xoff, yoff; local
382 exaGetDrawableDeltas(&pWin->drawable, pPixmap, &xoff, &yoff);
442 int xoff, yoff; local
570 int yoff; local
    [all...]
  /xsrc/external/mit/xorg-server/dist/fb/
fbpixmap.c 322 int xoff, yoff; local
328 fbGetStipDrawable(pDrawable, bits, stride, bpp, xoff, yoff);
349 int xoff, yoff; local
351 fbGetStipDrawable(pDrawable, bits, stride, bpp, xoff, yoff);
  /xsrc/external/mit/xorg-server.old/dist/exa/
exa_unaccel.c 125 int xoff, yoff; local
133 exaGetDrawableDeltas(pSrc, pPixmap, &xoff, &yoff);
134 RegionTranslate(&reg, xoff + dx, yoff + dy);
146 exaGetDrawableDeltas(pSrc, pPixmap, &xoff, &yoff);
147 RegionTranslate(&reg, xoff, yoff);
181 int xoff, yoff; local
184 exaGetDrawableDeltas(pDrawable, pPixmap, &xoff, &yoff);
186 box.y1 = pDrawable->y + y + yoff;
381 int xoff, yoff; local
383 exaGetDrawableDeltas(&pWin->drawable, pPixmap, &xoff, &yoff);
449 int xoff, yoff; local
594 int yoff; local
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbpixmap.c 356 int xoff, yoff; local
362 fbGetStipDrawable(pDrawable, bits, stride, bpp, xoff, yoff);
383 int xoff, yoff; local
385 fbGetStipDrawable(pDrawable, bits, stride, bpp, xoff, yoff);

Completed in 64 milliseconds

1 2 3