Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScript2.h192 : fOffset(SkToU16(offset)), fOpStackDepth(depth), fOperator(op) in Branch()
207 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.cpp1025 SkASSERT(branch.fOpStackDepth == fOpStack.count()); in processLogicalOp()
/external/chromium_org/third_party/skia/src/animator/
DSkScript2.h192 : fOffset(SkToU16(offset)), fOpStackDepth(depth), fOperator(op) in Branch()
207 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.cpp1025 SkASSERT(branch.fOpStackDepth == fOpStack.count()); in processLogicalOp()