Lines Matching refs:code
4 * Use of this source code is governed by a BSD-style license that can be
16 GrGLSLVarying::Scope scope, SkString* code,
23 code->appendf("%s = %s;", OutName(fCoverageTimesWind), wind);
26 code->appendf("%s = %s * %s;", OutName(fCoverageTimesWind), inputCoverage, wind);
90 GrGLSLVarying::Scope scope, SkString* code,
102 code->appendf("for (int i = 0; i < 2; ++i) {");
103 code->appendf( "%s[i] = %s * %s[i] + %s[i];",
106 code->appendf( "%s[i] = %s[i];", OutName(fBisectInAABoxes), fGeoShaderBisects.c_str());
107 code->appendf("}");
111 code->appendf("%s = %s * .5;", OutName(fWindTimesHalf), wind);