Home | History | Annotate | Download | only in view

Lines Matching defs:clamp

2739     private static final float clamp(float value, float low, float high) {
2764 pc[i].x = clamp(pc[i].x, left, right);
2765 pc[i].y = clamp(pc[i].y, top, bottom);