Lines Matching defs:picker
1533 float picker = abs(coord.x - coord.y); // NOLINT1534 gl_FragColor = mix(color1, color2, picker) * alpha;