Lines Matching defs:phaseX
670 int x, w, phaseX, phaseY, blit_w;
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;
748 phaseX = (x - xorg) % pCache->orig_w;
749 if(phaseX < 0) phaseX += pCache->orig_w;
754 blit_w = cacheWidth - phaseX;
759 pCache->x, pCache->y + phaseY, phaseX);
764 phaseX = (phaseX + blit_w) % pCache->orig_w;