HomeSort by relevance Sort by last modified time
    Searched refs:parensDepth (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrSKSLPrettyPrint.cpp 27 int parensDepth = 0;
83 parensDepth--;
85 parensDepth++;
86 } else if (!parensDepth && this->hasToken(";")) {
  /external/skqp/src/gpu/
GrSKSLPrettyPrint.cpp 27 int parensDepth = 0;
83 parensDepth--;
85 parensDepth++;
86 } else if (!parensDepth && this->hasToken(";")) {

Completed in 72 milliseconds