Lines Matching refs:theOne
483 CacheLinkPtr theOne;
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) break;
506 ConvertAllPartialsTo8x8(NumMono, NumColor, theOne,
520 CacheLinkPtr theOne;
522 theOne = NULL;
524 if((theOne = ExtractOneThatFits(&List8, MonoW, MonoH)))
527 if(Num16 && !theOne) {
528 if((theOne = ExtractOneThatFits(&List16, MonoW, MonoH)))
531 if(Num32 && !theOne) {
532 if((theOne = ExtractOneThatFits(&List32, MonoW, MonoH)))
535 if(Num64 && !theOne) {
536 if((theOne = ExtractOneThatFits(&List64, MonoW, MonoH)))
540 if(!theOne) break;
542 ConvertAllPartialsTo8x8(NumMono, NumColor, theOne,