Home | History | Annotate | Download | only in core

Lines Matching refs:Sk2s

3480     Sk2s min, max;
3508 Sk2s tmp = from_point(extremas[i]);
3509 min = Sk2s::Min(min, tmp);
3510 max = Sk2s::Max(max, tmp);