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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaPCache.c418 int MonosPerColor = 1; local in function:ConvertSomePartialsTo8x8
424 MonosPerColor = (ColorH/MonoH) * (ColorW/MonoW);
513 (*NumColor)--; *NumMono += MonosPerColor;
868 int MonosPerColor = 1; local in function:XAAInitPixmapCache
883 MonosPerColor = (ColorH/MonoH) * (ColorW/MonoW);
921 NumColor--; NumMono += MonosPerColor;
929 NumColor--; NumMono += MonosPerColor;

Completed in 4 milliseconds