Lines Matching defs:phaseY
601 int x, y, phaseY, phaseX, skipleft, height, width, w, blit_w, blit_h;
608 phaseY = (y - yorg) % pCache->orig_h;
609 if(phaseY < 0) phaseY += pCache->orig_h;
619 blit_h = pCache->h - phaseY;
626 pCache->x + skipleft, pCache->y + phaseY,
653 phaseY = (phaseY + blit_h) % pCache->orig_h;
660 phaseY -= (pBox->y1 - yorg) % pCache->orig_h;
661 if (phaseY < 0) phaseY += pCache->orig_h;
662 blit_h = y - pBox->y1 - phaseY;
666 pBox->y1 + phaseY, pBox->x1, y, blit_w, blit_h);
677 blit_h = pCache->h - phaseY;
684 pCache->x + skipleft, pCache->y + phaseY,
694 phaseY = (phaseY + blit_h) % pCache->orig_h;
723 int x, y, phaseY, phaseX, skipleft, height, width, w, blit_w, blit_h;
737 phaseY = (y - yorg) % pCache->orig_h;
738 if(phaseY < 0) phaseY += pCache->orig_h;
746 blit_h = pCache->h - phaseY;
754 pCache->x, pCache->y + phaseY, skipleft);
763 phaseY = (phaseY + blit_h) % pCache->orig_h;
847 int x, phaseY, phaseX, height, width, blit_w;
858 phaseY = (pBox->y1 - yorg) % pHeight;
859 if(phaseY < 0) phaseY += pHeight;
870 blit_w, height, phaseX, phaseY, pHeight, srcwidth, Bpp);
991 int x, phaseY, phaseX, height, width, blit_w;
1002 phaseY = (pBox->y1 - yorg) % pHeight;
1003 if(phaseY < 0) phaseY += pHeight;
1014 blit_w, height, phaseX, phaseY, pHeight, srcwidth, Bpp);