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

/external/deqp/framework/opengl/
H A DgluShaderLibrary.cpp495 int numIndentChars = 0; local
497 numIndentChars += source[ndx] == '\t' ? 4 : 1;
509 if (atLineStart && indentCharsOmitted < numIndentChars && (c == ' ' || c == '\t'))

Completed in 112 milliseconds