Searched refs:Scanlines (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_accel.c105 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;
[all...]
H A Dapm.h84 int depth, Scanlines; member in struct:__anon29656e4e0308
H A Dapm_funcs.c242 int i = y1 / pApm->CurrentLayout.Scanlines;
276 x1 += (((y1 % pApm->CurrentLayout.Scanlines) - pApm->RushY[i - 1]) * pApm->pixelStride * 8) / pApm->CurrentLayout.bitsPerPixel;
280 y1 -= i * pApm->CurrentLayout.Scanlines;
961 if (srcy >= pApm->CurrentLayout.Scanlines) {
968 pCache = &pApm->apmCache[srcy / pApm->CurrentLayout.Scanlines - 1];
989 srcy = pCache->apmStippleCache.y % pApm->CurrentLayout.Scanlines;
H A Dapm_dga.c265 pApm->CurrentLayout.Scanlines = pMode->imageHeight + 1;
H A Dapm_driver.c1035 pApm->CurrentLayout.Scanlines = 2 * (pScrn->videoRam << 10) / pApm->CurrentLayout.bytesPerScanline;

Completed in 9 milliseconds