Searched refs:CurrentColor (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaPCache.c1803 pCache = &pCachePriv->InfoColor[pCachePriv->CurrentColor++];
1804 if(pCachePriv->CurrentColor >= pCachePriv->NumColor)
1805 pCachePriv->CurrentColor = 0;
1836 pCache = &pCachePriv->InfoColor[pCachePriv->CurrentColor++];
1837 if(pCachePriv->CurrentColor >= pCachePriv->NumColor)
1838 pCachePriv->CurrentColor = 0;
H A Dxaalocal.h1759 int CurrentColor; member in struct:__anon152d0be20108

Completed in 6 milliseconds