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

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcmatch.c874 double score[PRI_END], bestscore[PRI_END]; local in function:FcFontSetMatchInternal
884 bestscore[i] = 0;
922 if (best && bestscore[i] < score[i])
924 if (!best || score[i] < bestscore[i])
927 bestscore[i] = score[i];
957 if (bestscore[match->strong] < 1000)
984 printf (" %g", bestscore[i]);

Completed in 3 milliseconds