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

/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixFont.c240 int bestIdx[], unsigned int bestScore[]));
1347 unsigned int bestScore[2];
1408 bestScore[0] = (unsigned int) -1;
1409 bestScore[1] = (unsigned int) -1;
1421 if (score < bestScore[scalable]) {
1423 bestScore[scalable] = score;
1430 fontStructPtr = GetScreenFont(display, &want, nameList, bestIdx, bestScore);
2321 unsigned int bestScore[2];
2373 bestScore[0] = (unsigned int) -1;
2374 bestScore[
1334 unsigned int bestScore[2]; local
2295 unsigned int bestScore[2]; local
[all...]
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixFont.c234 int bestIdx[], unsigned int bestScore[]);
1472 unsigned int bestScore[2];
1534 bestScore[0] = (unsigned int) -1;
1535 bestScore[1] = (unsigned int) -1;
1547 if (score < bestScore[scalable]) {
1549 bestScore[scalable] = score;
1557 bestScore);
2433 unsigned int bestScore[2];
2482 bestScore[0] = (unsigned int) -1;
2483 bestScore[
1456 unsigned int bestScore[2]; local
2404 unsigned int bestScore[2]; local
2717 GetScreenFont( Display *display, FontAttributes *wantPtr, char **nameList, int bestIdx[2], unsigned int bestScore[2]) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c83274 int bestScore = 0; /* Score of best match */ local
[all...]

Completed in 332 milliseconds