Searched refs:AutoOutputStream (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLCodeGenerator.h | 31 // Intended for use by AutoOutputStream. 41 class AutoOutputStream { class 44 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput) in AutoOutputStream() function in SkSL::AutoOutputStream 50 AutoOutputStream(CodeGenerator* codeGen, OutputStream* newOutput, int *indentationPtr) in AutoOutputStream() function in SkSL::AutoOutputStream 58 ~AutoOutputStream() { in ~AutoOutputStream()
|
H A D | SkSLMetalCodeGenerator.cpp | 197 AutoOutputStream outputToExtraFunctions(this, &fExtraFunctions, &fIndentation); in getOutParamHelper() 1950 AutoOutputStream outputToBuffer(this, &buffer); in writeFunction() 2712 AutoOutputStream outputToHeader(this, &header, &fIndentation); in generateCode() 2723 AutoOutputStream outputToBody(this, &body, &fIndentation); in generateCode()
|
Completed in 4 milliseconds