Home | History | Annotate | Download | only in wgl

Lines Matching defs:points

333    int points;
360 * score points.
370 * the score is set to 0 points, effectively removing the pixelformat
374 scores[index].points = 0;
383 scores[index].points = 0;
385 scores[index].points -= (actual_value - expected_value) * ami->weight;
409 * points for a mismatch when the match does not have to be exact.
417 scores[i].points = 0x7fffffff;
452 if (scores[i - 1].points < scores[i].points) {
469 if (scores[i].points > 0) {