Lines Matching defs:pCache
962 struct ApmStippleCacheRec *pCache;
968 pCache = &pApm->apmCache[srcy / pApm->CurrentLayout.Scanlines - 1];
969 if (w != pCache->apmStippleCache.w * pApm->CurrentLayout.bitsPerPixel) {
975 w = pCache->apmStippleCache.w * pApm->CurrentLayout.bitsPerPixel;
976 x -= srcx - pCache->apmStippleCache.x + offset;
977 srcx = (srcy - pCache->apmStippleCache.y) & 7;
981 srcx = pCache->apmStippleCache.x;
988 srcx += (srcy - pCache->apmStippleCache.y) * pCache->apmStippleCache.w;
989 srcy = pCache->apmStippleCache.y % pApm->CurrentLayout.Scanlines;