Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
H A 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...]
H A 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...]
H A DSkSLGLSLCodeGenerator.h176 int fIndentation = 0; member in SkSL::GLSLCodeGenerator
H A DSkSLMetalCodeGenerator.h275 int fIndentation = 0; member in SkSL::MetalCodeGenerator

Completed in 7 milliseconds