Searched refs:bicubicColor (Results 1 – 2 of 2) sorted by relevance
101 SkString bicubicColor("(wy.x * s0 + wy.y * s1 + wy.z * s2 + wy.w * s3)"); in emitCode() local102 fragBuilder->codeAppendf("%s = %s * %s;", args.fOutputColor, bicubicColor.c_str(), in emitCode()