Lines Matching defs:phaseY
2486 int x, y, phaseY, phaseX, skipleft, height, width, w, blit_w, blit_h, start;
2495 phaseY = (y - yorg) % pCache->orig_h;
2496 if(phaseY < 0) phaseY += pCache->orig_h;
2501 start = phaseY ? (pCache->orig_h - phaseY) : 0;
2542 blit_h = pCache->h - phaseY;
2549 pCache->x + skipleft, pCache->y + phaseY,
2559 phaseY = (phaseY + blit_h) % pCache->orig_h;