Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp50 for (int i = 0; i < fIndentation; i++) { in write()
149 fIndentation++; in writeStructDefinition()
162 fIndentation--; in writeStructDefinition()
1049 fIndentation++; in writeFunction()
1062 fIndentation--; in writeFunction()
1124 fIndentation++; in writeInterfaceBlock()
1135 fIndentation--; in writeInterfaceBlock()
1269 fIndentation++; in writeBlock()
1278 fIndentation--; in writeBlock()
1360 fIndentation++; in writeDoStatement()
[all …]
DSkSLMetalCodeGenerator.cpp72 for (int i = 0; i < fIndentation; i++) { in write()
121 fIndentation++; in writeStructDefinition()
123 fIndentation--; in writeStructDefinition()
197 AutoOutputStream outputToExtraFunctions(this, &fExtraFunctions, &fIndentation); in getOutParamHelper()
256 ++fIndentation; in getOutParamHelper()
315 --fIndentation; in getOutParamHelper()
1951 fIndentation++; in writeFunction()
1965 fIndentation--; in writeFunction()
1992 fIndentation++; in writeInterfaceBlock()
1997 fIndentation--; in writeInterfaceBlock()
[all …]
DSkSLGLSLCodeGenerator.h176 int fIndentation = 0; variable
DSkSLMetalCodeGenerator.h275 int fIndentation = 0; variable
/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp29 for (int i = 0; i < fIndentation; i++) { in write()
52 for (int i = 0; i < fIndentation; i++) { in write()
174 fIndentation++; in writeType()
184 fIndentation--; in writeType()
1071 fIndentation++; in writeFunctionCall()
1079 fIndentation--; in writeFunctionCall()
1177 fIndentation++; in writeFunctionCall()
1188 fIndentation--; in writeFunctionCall()
1347 fIndentation++; in writeFunctionCall()
1349 fIndentation--; in writeFunctionCall()
[all …]
DSkSLMetalCodeGenerator.cpp42 for (int i = 0; i < fIndentation; i++) { in write()
84 fIndentation++; in writeType()
86 fIndentation--; in writeType()
959 fIndentation++; in writeFunction()
974 fIndentation--; in writeFunction()
1004 fIndentation++; in writeInterfaceBlock()
1009 fIndentation--; in writeInterfaceBlock()
1201 fIndentation++; in writeBlock()
1203 fIndentation--; in writeBlock()
1255 fIndentation++; in writeSwitchStatement()
[all …]
DSkSLGLSLCodeGenerator.h208 int fIndentation = 0; variable
DSkSLMetalCodeGenerator.h267 int fIndentation = 0; variable