Lines Matching full:picker
1532 float picker = abs(coord.x - coord.y); // NOLINT1533 gl_FragColor = mix(color1, color2, picker) * alpha;