Lines Matching refs:Scanlines
105 pCache->apmStippleCache.y = draw->box.y1 + ((pCache - pApm->apmCache) + 1) * pApm->CurrentLayout.Scanlines;
157 register int Scanlines;
164 Scanlines = APMPTR(xf86Screens[(pGC)->pScreen->myNum])->CurrentLayout.Scanlines;
169 sy = pSrcDrawable->y % Scanlines;
178 dy = pDstDrawable->y % Scanlines;
186 srcx, srcy % Scanlines,
188 dstx, dsty % Scanlines);
191 pSrcDrawable->y = sy + is * Scanlines;
195 pDstDrawable->y = dy + id * Scanlines;