Lines Matching defs:fx2
364 int ix2, fx2;
370 FAST_SAMPLES_X_TO_INT_FRAC(x2, ix2, fx2);
373 x1, ix1, fx1, x2, ix2, fx2));
381 cell->uncovered_area -= fx2;
384 cell->uncovered_area += (fx1-fx2);
392 int ix2, fx2;
395 FAST_SAMPLES_X_TO_INT_FRAC(x2, ix2, fx2);
398 x1, ix1, fx1, x2, ix2, fx2));
406 cell->uncovered_area -= fx2*FAST_SAMPLES_Y;
409 cell->uncovered_area += (fx1-fx2)*FAST_SAMPLES_Y;