Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
H A DSkSLInliner.cpp182 fDeepestReturn = std::max(fDeepestReturn, fScopedBlockDepth);
186 if (fScopedBlockDepth > 1) {
193 fScopedBlockDepth += depthIncrement;
195 fScopedBlockDepth -= depthIncrement;
196 if (fNumReturns == 0 && fScopedBlockDepth <= 1) {
213 int fScopedBlockDepth = 0; member in SkSL::__anon18954::CountReturnsWithLimit

Completed in 3 milliseconds