Home
last modified time | relevance | path

Searched defs:stringize (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DSkSLDSLTest.cpp133 static SkSL::String stringize(DSLStatement& stmt) { return stmt.release()->description(); } in stringize() function
134 static SkSL::String stringize(DSLPossibleStatement& stmt) { return stmt.release()->description(); } in stringize() function
135 static SkSL::String stringize(DSLExpression& expr) { return expr.release()->description(); } in stringize() function
136 static SkSL::String stringize(DSLPossibleExpression& expr) { return expr.release()->description(); } in stringize() function
137 static SkSL::String stringize(DSLBlock& blck) { return blck.release()->description(); } in stringize() function
138 static SkSL::String stringize(SkSL::IRNode& node) { return node.description(); } in stringize() function
139 static SkSL::String stringize(SkSL::Program& program) { return program.description(); } in stringize() function
/third_party/skia/m133/tools/sksl-minify/
DSkSLMinify.cpp65 static std::string_view stringize(const SkSL::Token& token, std::string_view text) { in stringize() function