Lines Matching refs:fx1
375 int ix1, fx1;
381 SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1);
385 x1, ix1, fx1, x2, ix2, fx2));
389 cell->uncovered_area += 2*fx1;
396 cell->uncovered_area += 2*(fx1-fx2);
403 int ix1, fx1;
406 SAMPLES_X_TO_INT_FRAC(x1, ix1, fx1);
410 x1, ix1, fx1, x2, ix2, fx2));
414 cell->uncovered_area += 2*fx1*SAMPLES_Y;
421 cell->uncovered_area += 2*(fx1-fx2)*SAMPLES_Y;