Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrBicubicEffect.cpp101 SkString bicubicColor("(wy.x * s0 + wy.y * s1 + wy.z * s2 + wy.w * s3)"); in emitCode() local
102 fragBuilder->codeAppendf("%s = %s * %s;", args.fOutputColor, bicubicColor.c_str(), in emitCode()
/external/skqp/src/gpu/effects/
DGrBicubicEffect.cpp101 SkString bicubicColor("(wy.x * s0 + wy.y * s1 + wy.z * s2 + wy.w * s3)"); in emitCode() local
102 fragBuilder->codeAppendf("%s = %s * %s;", args.fOutputColor, bicubicColor.c_str(), in emitCode()