Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp27 for (int i = 0; i < fIndentation; i++) { in write()
68 fIndentation++; in writeType()
75 fIndentation--; in writeType()
520 fIndentation++; in writeFunction()
522 fIndentation--; in writeFunction()
601 fIndentation++; in writeInterfaceBlock()
611 fIndentation--; in writeInterfaceBlock()
728 fIndentation++; in writeBlock()
730 fIndentation--; in writeBlock()
782 fIndentation++; in writeSwitchStatement()
[all …]
DSkSLGLSLCodeGenerator.h185 int fIndentation = 0; variable