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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaPCache.c289 int MonoW, int MonoH
298 for(w = 0; w <= (ColorW - MonoW); w += MonoW)
299 *MonoList = Enlist(*MonoList, x + w, y + ColorH, MonoW, MonoH);
316 int MonoW = infoRec->CacheWidthMono8x8Pattern; local in function:ConvertAllPartialsTo8x8
326 if(MonoW > ColorW) ColorW = MonoW;
351 for(w = 0; w <= (Width - MonoW); w += MonoW) {
353 MonoList, x + w, y + Height, MonoW, Mono
285 ConvertColorToMono(CacheLinkPtr * ColorList,int ColorW,int ColorH,CacheLinkPtr * MonoList,int MonoW,int MonoH) argument
411 int MonoW = infoRec->CacheWidthMono8x8Pattern; local in function:ConvertSomePartialsTo8x8
872 int MonoW = infoRec->CacheWidthMono8x8Pattern; local in function:XAAInitPixmapCache
[all...]

Completed in 3 milliseconds