Searched refs:fOpStackDepth (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/animator/ |
D | SkScript2.h | 191 … 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
|
D | SkScript.cpp | 185 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()
|
D | SkScript.h | 183 int fOpStackDepth; // depth when suppression operator was found member
|
D | SkScriptTokenizer.cpp | 1027 SkASSERT(branch.fOpStackDepth == fOpStack.count()); in processLogicalOp()
|
/external/skia/legacy/src/animator/ |
D | SkScript2.h | 191 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
|
D | SkScript.cpp | 185 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()
|
D | SkScript.h | 183 int fOpStackDepth; // depth when suppression operator was found member
|
D | SkScriptTokenizer.cpp | 1027 SkASSERT(branch.fOpStackDepth == fOpStack.count()); in processLogicalOp()
|