Home | History | Annotate | Download | only in effects

Lines Matching refs:modulate

1260     SkString modulate;
1261 GrGLSLMulVarBy4f(&modulate, 2, outputColor, inputColor);
1262 builder->fsCodeAppend(modulate.c_str());