Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrColorSpaceXform.cpp125 SkString childColor = this->invokeChild(0, args); in onMakeProgramImpl() local
129 &xformedColor, childColor.c_str(), &fColorSpaceHelper); in onMakeProgramImpl()
DGrFragmentProcessor.cpp275 SkString childColor = this->invokeChild(0, args); in SwizzleOutput() local
282 childColor.c_str(), swizzle.asString().c_str()); in SwizzleOutput()
824 SkString childColor = this->invokeChild(0, args); in HighPrecision() local
827 args.fFragBuilder->codeAppendf("return %s;", childColor.c_str()); in HighPrecision()