Home
last modified time | relevance | path

Searched refs:bicubicColor (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/effects/
DGrBicubicEffect.cpp111 SkString bicubicColor; in emitCode() local
112 bicubicColor.printf("%s(%s, f.y, s0, s1, s2, s3)", cubicBlendName.c_str(), coeff); in emitCode()
113 …fsBuilder->codeAppendf("\t%s = %s;\n", outputColor, (GrGLSLExpr4(bicubicColor.c_str()) * GrGLSLExp… in emitCode()