| /xsrc/external/mit/xorg-server/dist/Xi/ |
| xibarriers.h | 14 INT16 x1, x2, y1, y2; member in struct:PointerBarrier
|
| /xsrc/external/mit/xorg-server/dist/render/ |
| mitri.c | 40 bounds->x2 = xFixedToInt(xFixedCeil(points->x)); 47 INT16 x2 = xFixedToInt(xFixedCeil(points->x)); local 53 else if (x2 > bounds->x2) 54 bounds->x2 = x2;
|
| mitrap.c | 55 box->x2 = MINSHORT; 57 INT16 x1, y1, x2, y2; local 74 x2 = xFixedToInt(xFixedCeil 78 if (x2 > box->x2) 79 box->x2 = x2;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| fbarc.c | 85 int x2, y2; local 93 * Because box.x2 and box.y2 get truncated to 16 bits, and the 103 x2 = box.x1 + (int) arc->width + 1; 104 box.x2 = x2; 107 if ((x2 <= SHRT_MAX) && (y2 <= SHRT_MAX) &&
|
| fbline.c | 63 int x1, y1, x2, y2; local 74 x2 = pt->x; 77 x2 += x1; 82 x2 + x, y2 + y, 84 x1 = x2; 102 seg->x2 + x, seg->y2 + y,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| fbarc.c | 85 int x2, y2; local 93 * Because box.x2 and box.y2 get truncated to 16 bits, and the 103 x2 = box.x1 + (int) arc->width + 1; 104 box.x2 = x2; 107 if ((x2 <= SHRT_MAX) && (y2 <= SHRT_MAX) &&
|
| fbline.c | 63 int x1, y1, x2, y2; local 74 x2 = pt->x; 77 x2 += x1; 82 x2 + x, y2 + y, 84 x1 = x2; 102 seg->x2 + x, seg->y2 + y,
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nv_shadow.c | 35 int x1, y1, x2, y2, width, height, cpp, FBPitch; local 45 x2 = MIN(pbox->x2, pScrn->virtualX); 47 width = (x2 - x1) * cpp;
|
| /xsrc/external/mit/xorg-server/dist/fb/ |
| fbarc.c | 63 int x2, y2; local 77 * Because box.x2 and box.y2 get truncated to 16 bits, and the 87 x2 = box.x1 + (int) parcs->width + 1; 88 box.x2 = x2; 91 if ((x2 <= SHRT_MAX) && (y2 <= SHRT_MAX) &&
|
| fbline.c | 32 int x1, y1, x2, y2; local 43 x2 = ppt->x; 46 x2 += x1; 50 x2 + x, y2 + y, 52 x1 = x2; 70 pSegs->x2 + x, pSegs->y2 + y, drawLast, &dashOffset);
|
| fbsetsp.c | 43 int x1, x2; local 58 x2 = x1 + *pwidth; 61 if (pbox->x2 < x2) 62 x2 = pbox->x2; 63 if (x1 < x2) 70 (x2 - x1) * dstBpp,
|
| fbimage.c | 91 int x1, y1, x2, y2; local 99 x2 = x + width; 105 if (x2 > pbox->x2) 106 x2 = pbox->x2; 109 if (x1 >= x2 || y1 >= y2) 117 (x2 - x1) * dstBpp, (y2 - y1), alu, pm, dstBpp); 141 int x1, y1, x2, y2; local 169 x2 = x + width [all...] |
| fbpoint.c | 48 int x1, y1, x2, y2; local 57 x2 = pBox->x2; 63 if (x1 <= x && x < x2 && y1 <= y && y < y2) {
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| fbarc.c | 72 int x2, y2; local 90 * Because box.x2 and box.y2 get truncated to 16 bits, and the 100 x2 = box.x1 + (int)parcs->width + 1; 101 box.x2 = x2; 104 if ( (x2 <= SHRT_MAX) && (y2 <= SHRT_MAX) &&
|
| fbline.c | 36 int x1, y1, x2, y2; local 48 x2 = ppt->x; 52 x2 += x1; 56 x2 + x, y2 + y, 59 x1 = x2; 81 pSegs->x2 + x, pSegs->y2 + y,
|
| fbsetsp.c | 47 int x1, x2; local 72 x2 = x1 + *pwidth; 75 if (pbox->x2 < x2) 76 x2 = pbox->x2; 77 if (x1 < x2) 85 (x2 - x1) * dstBpp,
|
| fbimage.c | 133 int x1, y1, x2, y2; local 144 x2 = x + width; 150 if (x2 > pbox->x2) 151 x2 = pbox->x2; 154 if (x1 >= x2 || y1 >= y2) 164 (x2 - x1) * dstBpp, 199 int x1, y1, x2, y2; local 234 x2 = x + width [all...] |
| /xsrc/external/mit/xgc/dist/ |
| getfile.c | 35 int x1,y1,x2,y2; local 101 &x2,&y2,&mask); 103 popupshellargs[0].value = (XtArgVal) x2;
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| Xprotostr.h | 55 INT16 x1, y1, x2, y2; member in struct:_xSegment
|
| /xsrc/external/mit/freetype/dist/src/autofit/ |
| afwarp.h | 36 FT_Pos x1, x2; member in struct:AF_WarperRec_
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftpsprop.c | 54 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; local 89 x2 = darken_params[2]; 96 if ( x1 < 0 || x2 < 0 || x3 < 0 || x4 < 0 || 98 x1 > x2 || x2 > x3 || x3 > x4 || 104 driver->darken_params[2] = x2;
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| cir_shadow.c | 25 int width, height, Bpp, FBPitch, x1, x2, y1, y2; local 34 x2 = MIN(pbox->x2, pScrn->virtualX); 37 width = (x2 - x1) * Bpp; 78 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch; local 88 x2 = MIN(pbox->x2, pScrn->virtualX); 91 width = x2 - x1; 105 ((pScrn->virtualY - x2) * dstPitch) + y1; 106 srcPtr = pCir->ShadowPtr + (y1 * srcPitch) + x2 - 1 132 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch; local 187 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch; local 246 int count, width, height, x1, x2, y1, y2, dstPitch, srcPitch; local [all...] |
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| glamor_transfer.c | 61 int x2 = MIN(boxes->x2 + dx_dst, box->x2); local 70 if (x2 <= x1 || y2 <= y1) 74 x2 - x1 == byte_stride / bytes_per_pixel) { 77 x2 - x1, y2 - y1, 84 x2 - x1, 1, 119 box.x2 = pixmap->drawable.width; 162 int x2 = MIN(boxes->x2 + dx_src, box->x2) local [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| hostx.h | 69 short x1, y1, x2, y2; member in struct:__anon9880
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| fixes.c | 81 barrier.x2 = x; 104 int x1, y1, x2, y2; local 112 barrier.x2 = x; 118 x2 = x - 1; 121 assert(barrier_is_blocking(&barrier, x1, y1, x2, y2, &distance)); 126 x2 = x + 5; 127 assert(!barrier_is_blocking(&barrier, x1, y1, x2, y2, &distance)); 131 x2 = x - 1; 134 assert(!barrier_is_blocking(&barrier, x1, y1, x2, y2, &distance)); 138 x2 = x - 5 [all...] |