Lines Matching defs:last
673 // A segmented tone curve should have function segments in the first and last positions
1148 int i, last;
1162 last = t ->Table16[0];
1166 if (t ->Table16[i] - last > 2) // We allow some ripple
1169 last = t ->Table16[i];
1175 last = t ->Table16[n-1];
1179 if (t ->Table16[i] - last > 2)
1182 last = t ->Table16[i];