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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c334 score_pixelformats(struct stw_pixelformat_score *scores, argument
369 scores[index].points = 0;
379 scores[index].points = 0;
381 scores[index].points -= (actual_value - expected_value)
396 struct stw_pixelformat_score *scores; local in function:wglChoosePixelFormatARB
402 * have higher scores. Start with a high score and take out penalty
407 scores = (struct stw_pixelformat_score *)
409 if (scores == NULL)
412 scores[i].points = 0x7fffffff;
413 scores[
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c335 struct stw_pixelformat_score *scores,
370 scores[index].points = 0;
380 scores[index].points = 0;
382 scores[index].points -= (actual_value - expected_value)
397 struct stw_pixelformat_score *scores; local in function:wglChoosePixelFormatARB
403 * have higher scores. Start with a high score and take out penalty
408 scores = (struct stw_pixelformat_score *)
410 if (scores == NULL)
413 scores[i].points = 0x7fffffff;
414 scores[
334 score_pixelformats(HDC hdc,struct stw_pixelformat_score * scores,uint count,int attribute,int expected_value) argument
[all...]
/xsrc/external/mit/freetype/dist/src/autofit/
H A Dafwarp.c83 AF_WarpScore scores[65]; local in function:af_warper_compute_line_best
87 scores[nn] = 0;
129 scores[idx] += af_warper_weights[y & 63] * len;
139 AF_WarpScore score = scores[idx];
H A Daflatin2.c2059 FT_Pos displacements[6], scores[6], org, fit, delta; local in function:af_latin2_hint_edges
2094 scores[count++] = delta;
2101 scores[count++] = delta;
2111 scores[count++] = delta;
2119 scores[count++] = delta;
2124 FT_Pos best_score = scores[0];
2130 if ( scores[nn] < best_score )
2132 best_score = scores[nn];

Completed in 8 milliseconds