Lines Matching refs:invocation
942 auto invocation = SkStringPrintf("%s(%s", this->childProcessor(childIndex)->functionName(),
949 invocation.appendf(", %s", destColor);
959 invocation.appendf(", %s", skslCoords.empty() ? args.fSampleCoord : skslCoords.c_str());
962 invocation.append(")");
963 return invocation;
990 auto invocation = SkStringPrintf("%s(%s", this->childProcessor(childIndex)->functionName(),
997 invocation.appendf(", %s", destColor);
1012 invocation.appendf(", proj((%s) * %s.xy1)", matrixName.c_str(), args.fSampleCoord);
1014 invocation.appendf(", float3x2(%s) * %s.xy1", matrixName.c_str(), args.fSampleCoord);
1016 invocation.appendf(", ((%s) * %s.xy1).xy", matrixName.c_str(), args.fSampleCoord);
1020 invocation.append(")");
1021 return invocation;