Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLCPPCodeGenerator.cpp136 void CPPCodeGenerator::writeRuntimeValue(const Type& type, const String& cppCode) { in writeRuntimeValue() argument
139 fFormatArgs.push_back(cppCode); in writeRuntimeValue()
142 fFormatArgs.push_back(cppCode); in writeRuntimeValue()
145 fFormatArgs.push_back("(" + cppCode + " ? \"true\" : \"false\")"); in writeRuntimeValue()
148 fFormatArgs.push_back(cppCode + ".fX"); in writeRuntimeValue()
149 fFormatArgs.push_back(cppCode + ".fY"); in writeRuntimeValue()
DSkSLCPPCodeGenerator.h59 void writeRuntimeValue(const Type& type, const String& cppCode);