Home
last modified time | relevance | path

Searched refs:fIndentationPtr (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/sksl/codegen/
H A DSkSLCodeGenerator.h53 , fIndentationPtr(indentationPtr) in AutoOutputStream()
56 *fIndentationPtr = 0; in AutoOutputStream()
60 if (fIndentationPtr) { in ~AutoOutputStream()
61 *fIndentationPtr = fOldIndentation; in ~AutoOutputStream()
68 int *fIndentationPtr = nullptr; member in SkSL::AutoOutputStream

Completed in 1 milliseconds