Searched refs:pVInfos (Results 1 – 1 of 1) sorted by relevance
433 if ( pVInfos[i].screen != nScreen ) in BestVisual()438 if( pVInfos[i].c_class == TrueColor ) in BestVisual()441 if( pVInfos[i].depth == 24 ) in BestVisual()444 else if( pVInfos[i].depth == 8 ) in BestVisual()451 else if( pVInfos[i].depth == 15 ) in BestVisual()455 else if( pVInfos[i].depth == 16 ) in BestVisual()459 else if( pVInfos[i].depth == 32 ) in BestVisual()470 if( pVInfos[i].depth <= 8 ) in BestVisual()473 else if( pVInfos[i].depth == 12 ) in BestVisual()492 rVI = pVInfos[ nBestVisual ]; in BestVisual()[all …]
Completed in 19 milliseconds