Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScriptTokenizer.cpp128 fBranchStack.push(branch); in SkScriptEngine2()
140 int limit = fBranchStack.count() - 1; in addToken()
142 Branch& branch = fBranchStack.index(index); in addToken()
147 while (fBranchStack.top().fDone == Branch::kIsDone) in addToken()
148 fBranchStack.pop(); in addToken()
479 int branchBalance = fBranchStack.count(); in innerScript()
695 branchBalance = fBranchStack.count() - branchBalance; in innerScript()
698 Branch& branch = fBranchStack.index(branchIndex++); in innerScript()
722 while (fBranchStack.top().fDone == Branch::kIsDone) in innerScript()
723 fBranchStack.pop(); in innerScript()
[all …]
DSkScript2.h256 SkTDStack<Branch> fBranchStack; // logical operators, slot to store forward branch variable