Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScript2.h191 … Branch(Op op, int depth, unsigned offset) : fOffset(offset), fOpStackDepth(depth), fOperator(op), in Branch()
206 int fOpStackDepth : 7; // depth when operator was found member
DSkScript.cpp185 noInitialSuppress.fOpStackDepth = 0; in SkScriptEngine()
1111 if (fSuppressStack.top().fOpStackDepth < fOpStack.count()) { in logicalOp()
1127 if (fSuppressStack.top().fOpStackDepth == fOpStack.count()) { in logicalOp()
1140 if (fSuppressStack.top().fOpStackDepth > fOpStack.count()) in logicalOp()
1195 suppress.fOpStackDepth = fOpStack.count(); in logicalOp()
1221 suppress.fOpStackDepth = fOpStack.count(); in logicalOp()
DSkScript.h183 int fOpStackDepth; // depth when suppression operator was found member
DSkScriptTokenizer.cpp1027 SkASSERT(branch.fOpStackDepth == fOpStack.count()); in processLogicalOp()
/external/skia/legacy/src/animator/
DSkScript2.h191 Branch(Op op, int depth, unsigned offset) : fOffset(offset), fOpStackDepth(depth), fOperator(op), in Branch()
206 int fOpStackDepth : 7; // depth when operator was found member
DSkScript.cpp185 noInitialSuppress.fOpStackDepth = 0; in SkScriptEngine()
1111 if (fSuppressStack.top().fOpStackDepth < fOpStack.count()) { in logicalOp()
1127 if (fSuppressStack.top().fOpStackDepth == fOpStack.count()) { in logicalOp()
1140 if (fSuppressStack.top().fOpStackDepth > fOpStack.count()) in logicalOp()
1195 suppress.fOpStackDepth = fOpStack.count(); in logicalOp()
1221 suppress.fOpStackDepth = fOpStack.count(); in logicalOp()
DSkScript.h183 int fOpStackDepth; // depth when suppression operator was found member
DSkScriptTokenizer.cpp1027 SkASSERT(branch.fOpStackDepth == fOpStack.count()); in processLogicalOp()