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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaPCache.c483 CacheLinkPtr theOne; local in function:ConvertSomePartialsTo8x8
485 theOne = NULL;
487 if((theOne = ExtractOneThatFits(&List8, ColorW, ColorH)))
490 if(Num16 && !theOne) {
491 if((theOne = ExtractOneThatFits(&List16, ColorW, ColorH)))
494 if(Num32 && !theOne) {
495 if((theOne = ExtractOneThatFits(&List32, ColorW, ColorH)))
498 if(Num64 && !theOne) {
499 if((theOne = ExtractOneThatFits(&List64, ColorW, ColorH)))
503 if(!theOne) brea
520 CacheLinkPtr theOne; local in function:ConvertSomePartialsTo8x8
[all...]

Completed in 3 milliseconds