Lines Matching defs:pWidth
849 int pWidth = pPix->drawable.width;
860 phaseX = (x - xorg) % pWidth;
861 if(phaseX < 0) phaseX += pWidth;
866 blit_w = pWidth - phaseX;
875 phaseX = (phaseX + blit_w) % pWidth;
993 int pWidth = pPix->drawable.width;
1004 phaseX = (x - xorg) % pWidth;
1005 if(phaseX < 0) phaseX += pWidth;
1010 blit_w = pWidth - phaseX;
1019 phaseX = (phaseX + blit_w) % pWidth;