Home | History | Annotate | Download | only in swrast

Lines Matching refs:formScale

1695    double formScale = (double) (WEIGHT_LUT_SIZE - 1) / F;
1696 A *= formScale;
1697 B *= formScale;
1698 C *= formScale;
1699 /* F *= formScale; */ /* no need to scale F as we don't use it below here */