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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaPCache.c287 int ColorW, int ColorH,
296 while(ColorH) {
297 ColorH -= MonoH;
299 *MonoList = Enlist(*MonoList, x + w, y + ColorH, MonoW, MonoH);
313 int ColorH = infoRec->CacheHeightColor8x8Pattern; local in function:ConvertAllPartialsTo8x8
325 if(MonoH > ColorH) ColorH = MonoH;
338 while(Height >= ColorH) {
339 Height -= ColorH;
342 ColorList, x + w, y + Height, ColorW, ColorH);
285 ConvertColorToMono(CacheLinkPtr * ColorList,int ColorW,int ColorH,CacheLinkPtr * MonoList,int MonoW,int MonoH) argument
408 int ColorH = infoRec->CacheHeightColor8x8Pattern; local in function:ConvertSomePartialsTo8x8
869 int ColorH = infoRec->CacheHeightColor8x8Pattern; local in function:XAAInitPixmapCache
[all...]

Completed in 3 milliseconds