Searched refs:phaseX (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaFillRect.c601 int x, y, phaseY, phaseX, skipleft, height, width, w, blit_w, blit_h; local in function:XAAFillCacheBltRects
610 phaseX = (pBox->x1 - xorg) % pCache->orig_w;
611 if(phaseX < 0) phaseX += pCache->orig_w;
618 w = width; skipleft = phaseX; x = pBox->x1;
637 skipleft -= phaseX;
676 w = width; skipleft = phaseX; x = pBox->x1;
723 int x, y, phaseY, phaseX, skipleft, height, width, w, blit_w, blit_h; local in function:XAAFillCacheExpandRects
739 phaseX = (pBox->x1 - xorg) % pCache->orig_w;
740 if(phaseX <
847 int x, phaseY, phaseX, height, width, blit_w; local in function:XAAFillScanlineImageWriteRects
991 int x, phaseY, phaseX, height, width, blit_w; local in function:XAAFillImageWriteRects
[all...]
H A DxaaSpans.c670 int x, w, phaseX, phaseY, blit_w; local in function:XAAFillCacheBltSpans
683 phaseX = (x - xorg) % pCache->orig_w;
684 if(phaseX < 0) phaseX += pCache->orig_w;
689 blit_w = pCache->w - phaseX;
693 pCache->x + phaseX, pCache->y + phaseY,
699 phaseX = (phaseX + blit_w) % pCache->orig_w;
729 int x, w, phaseX, phaseY, blit_w, cacheWidth; local in function:XAAFillCacheExpandSpans
748 phaseX
[all...]
H A DxaaFillPoly.c576 int x, phaseY, phaseX, skipleft, w, blit_w, blit_h; local in function:CacheExpandRectHelper
584 phaseX = (X - xorg) % pCache->orig_w;
585 if(phaseX < 0) phaseX += pCache->orig_w;
588 w = Width; skipleft = phaseX; x = X;
625 int x, phaseY, phaseX, skipleft, w, blit_w, blit_h; local in function:CacheBltRectHelper
629 phaseX = (X - xorg) % pCache->orig_w;
630 if(phaseX < 0) phaseX += pCache->orig_w;
633 w = Width; skipleft = phaseX;
[all...]
/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_funcs.c1348 int x, y, phaseY, phaseX, height, width, blit_w; local in function:A
1361 phaseX = (x - xorg) % pWidth;
1363 phaseX * pPix->drawable.bitsPerPixel / 8;
1364 if(phaseX < 0) phaseX += pWidth;
1371 blit_w = pWidth - phaseX;
1387 phaseX = (phaseX + blit_w) % pWidth;
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_storm.c2486 int x, y, phaseY, phaseX, skipleft, height, width, w, blit_w, blit_h, start; local in function:MGAFillCacheBltRects
2497 phaseX = (pBox->x1 - xorg) % pCache->orig_w;
2498 if(phaseX < 0) phaseX += pCache->orig_w;
2506 w = width; skipleft = phaseX; x = pBox->x1;
2541 w = width; skipleft = phaseX; x = pBox->x1;

Completed in 11 milliseconds