| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_lines.c | 36 int xdir, ydir; /* Which direction x, y are going */ local in function:GenerateLines 67 xdir = 1; 112 xdir = 1; 118 xdir = -1; 142 x += (xdir * x1); 143 xdir = -xdir; 148 xdir = 1; 151 xdir = -1;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaCpyArea.c | 88 int xdir, ydir; local in function:XAADoBitBlt 144 xdir = -1; 179 xdir = 1; 183 xdir, ydir, pGC->alu, pGC->planemask); 261 int xdir, int ydir, 269 || (xdir == ydir)) && 271 || (xdir == 1))) { 273 xdir, ydir, alu, planemask, -1); 283 * This is the case of a chip that only supports xdir = 1, 284 * with ydir = 1 or ydir = -1, but we have xdir 256 XAAScreenToScreenBitBlt(ScrnInfoPtr pScrn,int nbox,DDXPointPtr pptSrc,BoxPtr pbox,int xdir,int ydir,int alu,unsigned int planemask) argument [all...] |
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_exa.c | 46 int last_op = 0, lx, ly, lw, lh, dx, dy, xdir, ydir, lsp, ldp; variable in typeref:typename:int 73 int xdir, 87 cAcl->xdir = xdir; 89 ctSETROP(ChipsAluConv[alu & 0xF] | ((xdir < 0) ? ctRIGHT2LEFT : 0) | 122 if (cAcl->xdir < 0) { 142 xdir = cAcl->xdir; 69 ctPrepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument
|
| /xsrc/external/mit/xf86-video-suntcx/dist/src/ |
| H A D | tcx.h | 74 int xdir, ydir, srcoff, srcpitch, fg, pitchshift; member in struct:__anon26ad72260108
|
| H A D | tcx_accel.c | 61 int xdir, 80 pTcx->xdir = xdir; 129 if ((pTcx->xdir > 0) || (w < 33)) { 57 TcxPrepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument
|
| /xsrc/external/mit/xf86-video-i128/dist/src/ |
| H A D | i128dga.c | 226 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:I128_BlitRect 230 pScrn, xdir, ydir, GXcopy, ~0, -1); 249 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; 253 pScrn, xdir, ydir, GXcopy, ~0, color);
|
| H A D | i128accel.c | 46 static void I128SetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, 62 DDXPointPtr pptSrc, BoxPtr pbox, int xdir, int ydir, int alu, 188 I128SetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir, argument 195 xf86DrvMsg(pScrn->scrnIndex, X_INFO, "SFSSC %d,%d %d 0x%x %d\n", xdir, ydir, rop, planemask, transparency_color); 227 if (xdir == -1) { 408 BoxPtr pbox, int xdir, int ydir, int alu, unsigned planemask) 411 I128SetupForScreenToScreenCopy(pScrn, xdir, ydir, alu, planemask, -1);
|
| /xsrc/external/mit/xf86-video-crime/dist/src/ |
| H A D | crime.h | 94 int start, xdir, ydir; member in struct:__anon63ea81b20108
|
| /xsrc/external/mit/xf86-video-sunffb/dist/src/ |
| H A D | ffb_dga.c | 210 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:FFB_BlitRect 213 FFB_SetupForScreenToScreenCopy(pScrn, xdir, ydir, GXcopy, ~0, -1);
|
| /xsrc/external/mit/xf86-video-imstt/dist/src/ |
| H A D | imstt_accel.c | 107 static void IMSTTSetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, argument 122 if (xdir < 0) {
|
| /xsrc/external/mit/xf86-video-mach64/dist/src/ |
| H A D | atidga.c | 223 int xdir = ((xSrc < xDst) && (ySrc == yDst)) ? -1 : 1; local in function:ATIDGABlitRect 227 xdir, ydir, GXcopy, (CARD32)(~0), -1); 259 int xdir = ((xSrc < xDst) && (ySrc == yDst)) ? -1 : 1; local in function:ATIDGABlitTransRect 265 xdir, ydir, GXcopy, (CARD32)(~0), (int)colour);
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_dga.c | 372 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:ApmBlitRect 377 pScrn, xdir, ydir, GXcopy, ~0, -1); 383 pScrn, xdir, ydir, GXcopy, ~0, -1); 402 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:ApmBlitTransRect 406 pScrn, xdir, ydir, GXcopy, ~0, (int)color);
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_exa.c | 236 info->state_2d.dp_cntl = ((info->xdir >= 0 ? R128_DST_X_LEFT_TO_RIGHT : 0) | 258 R128PrepareCopy(PixmapPtr pSrcPixmap, PixmapPtr pDstPixmap, int xdir, int ydir, int alu, Pixel planemask) argument 285 info->xdir = xdir; 301 if (info->xdir < 0) srcX += width - 1, dstX += width - 1; 376 if (info->xdir < 0) srcX += width - 1, dstX += width - 1;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| H A D | i810_accel.c | 225 I810SetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir, int rop, argument 232 xdir, ydir, rop, planemask, transparency_color); 238 if (xdir == -1)
|
| H A D | i810_dga.c | 228 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:I810_BlitRect 231 (*pI810->AccelInfoRec->SetupForScreenToScreenCopy) (pScrn, xdir, ydir,
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| H A D | i810_accel.c | 225 I810SetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir, int rop, argument 232 xdir, ydir, rop, planemask, transparency_color); 238 if (xdir == -1)
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/ |
| H A D | viaLowLevel.h | 124 unsigned w, unsigned h, int xdir, int ydir,
|
| /xsrc/external/mit/xf86-video-mga/dist/src/ |
| H A D | mga_dga.c | 394 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:MGA_BlitRect 399 mgaDoSetupForScreenToScreenCopy( pScrn, xdir, ydir, GXcopy, ~0, -1, 418 const int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:MGA_BlitTransRect 423 mgaDoSetupForScreenToScreenCopy( pScrn, xdir, ydir, GXcopy, ~0, color,
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_dga.c | 315 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:S3V_BlitRect 319 pScrn, xdir, ydir, GXcopy, ~0, -1);
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | tdfx_dga.c | 181 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:TDFX_BlitRect 184 (*pTDFX->AccelInfoRec->SetupForScreenToScreenCopy)(pScrn, xdir, ydir, GXcopy, ~0, -1);
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | blade_exa.c | 162 int xdir, int ydir, 190 if ((xdir < 0) || (ydir < 0)) 161 PrepareCopy(PixmapPtr pSrcPixmap,PixmapPtr pDstPixmap,int xdir,int ydir,int alu,Pixel planemask) argument
|
| H A D | trident_dga.c | 263 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:TRIDENT_BlitRect 267 pScrn, xdir, ydir, GXcopy, ~0, -1);
|
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| H A D | tseng_dga.c | 249 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:Tseng_BlitRect 253 pScrn, xdir, ydir, GXcopy, ~0, -1);
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | glint_dga.c | 258 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:GLINT_BlitRect 262 pScrn, xdir, ydir, GXcopy, ~0, -1);
|
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| H A D | i740_dga.c | 222 int xdir = ((srcx < dstx) && (srcy == dsty)) ? -1 : 1; local in function:I740_BlitRect 225 (*pI740->AccelInfoRec->SetupForScreenToScreenCopy)(pScrn, xdir, ydir, GXcopy, ~0, -1);
|