Searched refs:xoff (Results 1 - 25 of 96) sorted by relevance

1234

/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbgetsp.c38 int xoff; local in function:fbGetSpans
50 xoff = (int) (((long) pchardstStart) & (FB_MASK >> 3));
51 dst = (FbBits *) (pchardstStart - xoff);
52 xoff <<= 3;
57 xoff,
H A Dfbsetsp.c42 int xoff; local in function:fbSetSpans
48 xoff = (int) (((long) src) & (FB_MASK >> 3));
49 s = (FbBits *) (src - xoff);
50 xoff <<= 3;
66 (x1 - ppt->x) * dstBpp + xoff,
H A Dfbpict.c145 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);
328 *xoff += pict->pDrawable->x;
335 int *xoff, in
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 Dfbpoint.c36 int yorg, int xoff, int yoff, FbBits and, FbBits xor);
45 int xorg, int yorg, int xoff, int yoff, FbBits andOrig, FbBits xorOrig)
65 x = (x + xoff) * dstBpp;
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/fb/
H A Dfbgetsp.c41 int xoff; local in function:fbGetSpans
62 xoff = (int) (((long) pchardstStart) & (FB_MASK >> 3));
63 dst = (FbBits *) (pchardstStart - xoff);
64 xoff <<= 3;
70 xoff,
H A Dfbsetsp.c46 int xoff; local in function:fbSetSpans
60 xoff = (int) (((long) src) & (FB_MASK >> 3));
61 s = (FbBits *) (src - xoff);
62 xoff <<= 3;
80 (x1 - ppt->x) * dstBpp + xoff,
H A Dfbpict.c150 int *xoff,
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);
206 *xoff += pict->pDrawable->x;
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
234 pixman_int_to_fixed(*xoff),
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/libX11/dist/src/
H A DDrPoints.c44 int xoff, yoff; local in function:XDrawPoints
47 xoff = yoff = 0;
60 if (xoff || yoff) {
61 pt.x = xoff + points->x;
75 xoff += pptr->x;
/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DViewport.h96 double xoff,
99 float xoff,
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_cursor.c53 int xoff, int yoff);
101 int xoff = 0, yoff = 0; local in function:neoSetCursorPosition
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;
196 _neoLoadCursorImage(ScrnInfoPtr pScrn,unsigned char * src,int xoff,int yoff) argument
[all...]
/xsrc/external/mit/xorg-server/dist/render/
H A Dmirect.c40 int nRect, xRectangle *rects, int xoff, int yoff)
58 tmpval[3].val = pDst->clipOrigin.x - xoff;
69 if (xoff || yoff) {
73 rects[i].x -= xoff;
78 if (xoff || yoff) {
82 rects[i].x += xoff;
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 Dfbpict.c170 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);
210 *xoff += pict->pDrawable->x;
217 int *xoff, int *yoff,
222 int *xoff, int *yoff, Bool is_alpha_map)
239 pixman_int_to_fixed(*xoff),
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 Dfbspan.c63 int xoff, bpp; local in function:fbSetSpan
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 in function:fbGetSpans
120 xoff = (int) (((long) dst) & (FB_MASK >> 3));
121 d = (FbBits *) (dst - xoff);
124 d, 1, xoff << 3, *width * srcBpp,
H A Dfblinebits.h30 int xoff = drawable->x; 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,
148 int xoff = drawable->x; 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
[all...]
H A Dfbpict.h44 int *xoff, int *yoff);
H A Dfbpoint.c56 int xoff, int yoff,
71 x = (x + xoff) * dstBpp;
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
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbpict.c170 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);
210 *xoff += pict->pDrawable->x;
217 int *xoff, int *yoff,
222 int *xoff, int *yoff, Bool is_alpha_map)
239 pixman_int_to_fixed(*xoff),
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 Dfbspan.c63 int xoff, bpp; local in function:fbSetSpan
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 in function:fbGetSpans
120 xoff = (int) (((long) dst) & (FB_MASK >> 3));
121 d = (FbBits *) (dst - xoff);
124 d, 1, xoff << 3, *width * srcBpp,
H A Dfblinebits.h30 int xoff = drawable->x; 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,
148 int xoff = drawable->x; 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
[all...]
H A Dfbpict.h48 int *xoff, int *yoff);
H A Dfbpoint.c56 int xoff, int yoff,
71 x = (x + xoff) * dstBpp;
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
/xsrc/external/mit/xf86-video-suntcx/dist/src/
H A Dtcx_accel.c103 int line, col, leftover, src, dst, xsteps, sstep, dstep, dpitch, x, xoff; local in function:TcxCopy
132 xoff = 0;
134 cmd = 0x300000001f000000LL | (uint64_t)(src + xoff);
135 pTcx->rblit[dst + xoff] = cmd;
136 xoff += 32;
140 cmd = lcmd | (uint64_t)(src + xoff);
141 pTcx->rblit[dst + xoff] = cmd;
150 xoff = xsteps << 5;
152 cmd = lcmd | (uint64_t)(src + xoff);
153 pTcx->rblit[dst + xoff]
[all...]
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dmirect.c42 int xoff,
62 tmpval[3].val = pDst->clipOrigin.x - xoff;
74 if (xoff || yoff)
79 rects[i].x -= xoff;
84 if (xoff || yoff)
89 rects[i].x += xoff;
37 miColorRects(PicturePtr pDst,PicturePtr pClipPict,xRenderColor * color,int nRect,xRectangle * rects,int xoff,int yoff) argument
/xsrc/external/mit/oclock/dist/
H A Dtransform.c43 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);
52 xoff += points[i].x;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_gmem.c123 uint32_t i, j, t, xoff, yoff; local in function:calculate_tiles
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
[all...]

Completed in 14 milliseconds

1234