Home | History | Annotate | Download | only in launcher2

Lines Matching full:clamp

1182                     "  cv = clamp(ys, bendY1 - bendDistance, bendY1) - bendY1;\n" +  // curve range
1190 " cv = clamp(ys, bendY2, bendY2 + bendDistance) - bendY2;\n" +
1195 " y += clamp(ys, bendY1, bendY2);\n" +
1229 sb.setWrapS(Sampler.Value.CLAMP);
1230 sb.setWrapT(Sampler.Value.CLAMP);