| /xsrc/external/mit/libX11/dist/src/ |
| H A D | DrPoints.c | 44 int xoff, yoff; local in function:XDrawPoints 47 xoff = yoff = 0; 60 if (xoff || yoff) { 62 pt.y = yoff + points->y; 76 yoff += pptr->y;
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | Viewport.h | 97 double yoff 100 float yoff
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| H A D | mirect.c | 40 int nRect, xRectangle *rects, int xoff, int yoff) 59 tmpval[4].val = pDst->clipOrigin.y - yoff; 69 if (xoff || yoff) { 74 rects[i].y -= yoff; 78 if (xoff || yoff) { 83 rects[i].y += yoff; 37 miColorRects(PicturePtr pDst,PicturePtr pClipPict,xRenderColor * color,int nRect,xRectangle * rects,int xoff,int yoff) argument
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbpict.c | 170 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff) argument 178 fbGetDrawablePixmap(pict->pDrawable, pixmap, *xoff, *yoff); 196 if (*xoff || *yoff) 197 pixman_region_translate(pict->pCompositeClip, *xoff, *yoff); 201 if (*xoff || *yoff) 202 pixman_region_translate(pict->pCompositeClip, -*xoff, -*yoff); 211 *yoff += pict->pDrawable->y; 217 int *xoff, int *yoff, 222 int *xoff, int *yoff, Bool is_alpha_map) 240 pixman_int_to_fixed(*yoff)); 221 set_image_properties(pixman_image_t * image,PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 311 image_from_pict_internal(PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 348 image_from_pict(PicturePtr pict,Bool has_clip,int * xoff,int * yoff) argument [all...] |
| H A D | fblinebits.h | 31 int yoff = drawable->y; local in function:POLYLINE 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 in function:POLYSEGMENT 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 [all...] |
| H A D | fbpict.h | 44 int *xoff, int *yoff);
|
| H A D | fbpoint.c | 56 int xoff, int yoff, 72 d = dst + ((y + yoff) * dstStride) + (x >> FB_STIP_SHIFT); 93 int xoff, int yoff, 52 fbDots(FbBits * dstOrig,FbStride dstStride,int dstBpp,RegionPtr clip,xPoint * pts,int n,int xorg,int yorg,int xoff,int yoff,FbBits andOrig,FbBits xorOrig) argument
|
| H A D | fbpointbits.h | 33 int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) 47 bits += bitsStride * (yorg + yoff) + (xorg + xoff); 84 bits += bitsStride * yoff + xoff; 115 int npt, int xorg, int yorg, int xoff, int yoff, 123 bits += bitsStride * (yorg + yoff) + (xorg + xoff); 28 DOTS(FbBits * dst,FbStride dstStride,int dstBpp,RegionPtr region,xPoint * ptsOrig,int npt,int xorg,int yorg,int xoff,int yoff,FbBits and,FbBits xor) argument 110 DOTS__SIMPLE(FbBits * dst,FbStride dstStride,int dstBpp,RegionPtr region,xPoint * ptsOrig,int npt,int xorg,int yorg,int xoff,int yoff,FbBits and,FbBits xor) argument
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbpict.c | 170 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff) argument 178 fbGetDrawablePixmap(pict->pDrawable, pixmap, *xoff, *yoff); 196 if (*xoff || *yoff) 197 pixman_region_translate(pict->pCompositeClip, *xoff, *yoff); 201 if (*xoff || *yoff) 202 pixman_region_translate(pict->pCompositeClip, -*xoff, -*yoff); 211 *yoff += pict->pDrawable->y; 217 int *xoff, int *yoff, 222 int *xoff, int *yoff, Bool is_alpha_map) 240 pixman_int_to_fixed(*yoff)); 221 set_image_properties(pixman_image_t * image,PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 311 image_from_pict_internal(PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 348 image_from_pict(PicturePtr pict,Bool has_clip,int * xoff,int * yoff) argument [all...] |
| H A D | fblinebits.h | 31 int yoff = drawable->y; local in function:POLYLINE 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 in function:POLYSEGMENT 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 [all...] |
| H A D | fbpict.h | 48 int *xoff, int *yoff);
|
| H A D | fbpoint.c | 56 int xoff, int yoff, 72 d = dst + ((y + yoff) * dstStride) + (x >> FB_STIP_SHIFT); 93 int xoff, int yoff, 52 fbDots(FbBits * dstOrig,FbStride dstStride,int dstBpp,RegionPtr clip,xPoint * pts,int n,int xorg,int yorg,int xoff,int yoff,FbBits andOrig,FbBits xorOrig) argument
|
| H A D | fbpointbits.h | 33 int npt, int xorg, int yorg, int xoff, int yoff, FbBits and, FbBits xor) 47 bits += bitsStride * (yorg + yoff) + (xorg + xoff); 84 bits += bitsStride * yoff + xoff; 115 int npt, int xorg, int yorg, int xoff, int yoff, 123 bits += bitsStride * (yorg + yoff) + (xorg + xoff); 28 DOTS(FbBits * dst,FbStride dstStride,int dstBpp,RegionPtr region,xPoint * ptsOrig,int npt,int xorg,int yorg,int xoff,int yoff,FbBits and,FbBits xor) argument 110 DOTS__SIMPLE(FbBits * dst,FbStride dstStride,int dstBpp,RegionPtr region,xPoint * ptsOrig,int npt,int xorg,int yorg,int xoff,int yoff,FbBits and,FbBits xor) argument
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbpict.c | 151 int *yoff) 159 fbGetDrawablePixmap (pict->pDrawable, pixmap, *xoff, *yoff); 192 if (*xoff || *yoff) 193 pixman_region_translate (pict->pCompositeClip, *xoff, *yoff); 197 if (*xoff || *yoff) 198 pixman_region_translate (pict->pCompositeClip, -*xoff, -*yoff); 207 *yoff += pict->pDrawable->y; 213 image_from_pict_internal (PicturePtr pict, Bool has_clip, int *xoff, int *yoff, Bool is_alpha_map); 216 set_image_properties (pixman_image_t *image, PicturePtr pict, Bool has_clip, int *xoff, int *yoff, Bool is_alpha_map) argument 235 pixman_int_to_fixed(*yoff)); 148 create_bits_picture(PicturePtr pict,Bool has_clip,int * xoff,int * yoff) argument 304 image_from_pict_internal(PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 344 image_from_pict(PicturePtr pict,Bool has_clip,int * xoff,int * yoff) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/fb/ |
| H A D | fbpict.c | 145 int xoff, yoff; local in function:fbGlyphs 153 if (!(glyphImage = image_from_pict(pPicture, FALSE, &xoff, &yoff))) 282 create_bits_picture(PicturePtr pict, Bool has_clip, int *xoff, int *yoff) argument 290 fbGetDrawablePixmap(pict->pDrawable, pixmap, *xoff, *yoff); 314 if (*xoff || *yoff) 315 pixman_region_translate(pict->pCompositeClip, *xoff, *yoff); 319 if (*xoff || *yoff) 320 pixman_region_translate(pict->pCompositeClip, -*xoff, -*yoff); 329 *yoff += pict->pDrawable->y; 335 int *xoff, int *yoff, 344 set_image_properties(pixman_image_t * image,PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 438 image_from_pict_internal(PicturePtr pict,Bool has_clip,int * xoff,int * yoff,Bool is_alpha_map) argument 475 image_from_pict(PicturePtr pict,Bool has_clip,int * xoff,int * yoff) argument [all...] |
| H A D | fbpoint.c | 36 int yorg, int xoff, int yoff, FbBits and, FbBits xor); 45 int xorg, int yorg, int xoff, int yoff, FbBits andOrig, FbBits xorOrig) 66 d = dst + ((y + yoff) * dstStride) + (x >> FB_STIP_SHIFT); 39 fbDots(FbBits * dstOrig,FbStride dstStride,int dstBpp,BoxPtr pBox,xPoint * pts,int npt,int xorg,int yorg,int xoff,int yoff,FbBits andOrig,FbBits xorOrig) argument
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | mirect.c | 43 int yoff) 63 tmpval[4].val = pDst->clipOrigin.y - yoff; 74 if (xoff || yoff) 80 rects[i].y -= yoff; 84 if (xoff || yoff) 90 rects[i].y += yoff; 37 miColorRects(PicturePtr pDst,PicturePtr pClipPict,xRenderColor * color,int nRect,xRectangle * rects,int xoff,int yoff) argument
|
| /xsrc/external/mit/oclock/dist/ |
| H A D | transform.c | 43 double xoff = 0.0, yoff = 0.0; local in function:TranslatePoints 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-neomagic/dist/src/ |
| H A D | neo_cursor.c | 53 int xoff, int yoff); 101 int xoff = 0, yoff = 0; local in function:neoSetCursorPosition 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) argument 204 for (i = 0; i< nPtr->CursorInfo->MaxHeight - yoff; i++) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_gmem.c | 123 uint32_t i, j, t, xoff, yoff; local in function:calculate_tiles 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...] |
| H A D | freedreno_gmem.h | 46 uint16_t xoff, yoff; member in struct:fd_tile
|
| /xsrc/external/mit/xeyes/dist/ |
| H A D | transform.c | 16 double xoff = 0.0, yoff = 0.0; 22 xpoints[i].x = Xx(points[i].x + xoff, points[i].y + yoff, t); 23 xpoints[i].y = Xy(points[i].x + xoff, points[i].y + yoff, t); 26 yoff += points[i].y;
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_cursor.c | 126 int xoff, yoff; local in function:ApmSetCursorPosition 141 yoff = -y; 145 yoff = 0; 148 WRXW(0x14C, (yoff << 8) | (xoff & 0xFF));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | dmxcompat.c | 90 int *xoff, int *yoff, 106 *yoff = strtol(end, NULL, 10); 125 int x, y, xoff, yoff, xorig, yorig; local in function:dmxVDLRead 187 dmxVDLDisplayEntry(buf, name, &len, &x, &y, &xoff, &yoff, 199 xoff, yoff, 200 xoff, yoff)), 87 dmxVDLDisplayEntry(const char * buf,char * name,int * len,int * x,int * y,int * xoff,int * yoff,int * xorig,int * yorig) argument
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_hwcurs.c | 107 unsigned char xoff = 0, yoff = 0; local in function:S3VSetCursorPosition 124 * note - xoff & yoff are used for displaying partial cursors on screen 134 yoff = ((-y) & 0xFE); 147 outCRReg( 0x4f, yoff );
|