Searched refs:apmStippleCache (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_accel.c50 pApm->apmStippleCache.x = to->box.x1;
51 pApm->apmStippleCache.y += to->box.y1 - from->box.y1;
76 if ((pApm->apmCache[i].apmStippleCache.serialNumber == pPix->drawable.serialNumber)
78 (pApm->apmCache[i].apmStippleCache.fg == -1) &&
79 (pApm->apmCache[i].apmStippleCache.bg == -1)) {
80 pApm->apmCache[i].apmStippleCache.trans_color = -1;
81 return &pApm->apmCache[i].apmStippleCache;
98 pCache->apmStippleCache.serialNumber = pPix->drawable.serialNumber;
99 pCache->apmStippleCache.trans_color =
100 pCache->apmStippleCache
[all...]
H A Dapm_funcs.c969 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;
H A Dapm.h138 XAACacheInfoRec apmStippleCache; member in struct:__anon29656e4e0408::ApmStippleCacheRec

Completed in 4 milliseconds