Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/builders/
DGrGLSLPrettyPrint.cpp29 int parensDepth = 0; in prettify() local
84 parensDepth--; in prettify()
86 parensDepth++; in prettify()
87 } else if (!parensDepth && this->hasToken(";")) { in prettify()