Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLGLSLCodeGenerator.cpp29 for (int i = 0; i < fIndentation; i++) { in write()
52 for (int i = 0; i < fIndentation; i++) { in write()
178 fIndentation++; in writeType()
188 fIndentation--; in writeType()
1046 fIndentation++; in writeFunctionCall()
1054 fIndentation--; in writeFunctionCall()
1143 fIndentation++; in writeFunctionCall()
1154 fIndentation--; in writeFunctionCall()
1316 fIndentation++; in writeFunctionCall()
1318 fIndentation--; in writeFunctionCall()
[all …]
DSkSLMetalCodeGenerator.cpp40 for (int i = 0; i < fIndentation; i++) { in write()
82 fIndentation++; in writeType()
84 fIndentation--; in writeType()
801 fIndentation++; in writeFunction()
816 fIndentation--; in writeFunction()
846 fIndentation++; in writeInterfaceBlock()
851 fIndentation--; in writeInterfaceBlock()
1051 fIndentation++; in writeBlock()
1053 fIndentation--; in writeBlock()
1105 fIndentation++; in writeSwitchStatement()
[all …]
DSkSLGLSLCodeGenerator.h208 int fIndentation = 0; variable
DSkSLMetalCodeGenerator.h262 int fIndentation = 0; variable
/external/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp29 for (int i = 0; i < fIndentation; i++) { in write()
52 for (int i = 0; i < fIndentation; i++) { in write()
176 fIndentation++; in writeType()
186 fIndentation--; in writeType()
1245 fIndentation++; in writeFunctionCall()
1253 fIndentation--; in writeFunctionCall()
1351 fIndentation++; in writeFunctionCall()
1362 fIndentation--; in writeFunctionCall()
1524 fIndentation++; in writeFunctionCall()
1526 fIndentation--; in writeFunctionCall()
[all …]
DSkSLMetalCodeGenerator.cpp42 for (int i = 0; i < fIndentation; i++) { in write()
106 fIndentation++; in writeType()
108 fIndentation--; in writeType()
962 fIndentation++; in writeFunction()
977 fIndentation--; in writeFunction()
1007 fIndentation++; in writeInterfaceBlock()
1012 fIndentation--; in writeInterfaceBlock()
1207 fIndentation++; in writeBlock()
1209 fIndentation--; in writeBlock()
1261 fIndentation++; in writeSwitchStatement()
[all …]
DSkSLGLSLCodeGenerator.h222 int fIndentation = 0; variable
DSkSLMetalCodeGenerator.h269 int fIndentation = 0; variable