Home | History | Annotate | Download | only in view

Lines Matching refs:clamp

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