Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrBicubicEffect.cpp72 SkString cubicBlendName; in emitCode() local
91 &cubicBlendName); in emitCode()
109 …f.x, rowColors[0], rowColors[1], rowColors[2], rowColors[3]);\n", y, cubicBlendName.c_str(), coeff… in emitCode()
112 bicubicColor.printf("%s(%s, f.y, s0, s1, s2, s3)", cubicBlendName.c_str(), coeff); in emitCode()