Home
last modified time | relevance | path

Searched refs:fOperator (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/animator/
DSkScript2.h184 Branch(Op op, int depth, unsigned offset) : fOffset(offset), fOpStackDepth(depth), fOperator(op), in Branch()
200 Op fOperator : 6; // operand which generated branch member
DSkScriptTokenizer.cpp694 Op branchOp = branch.fOperator; in innerScript()
699 if (branch.fOperator == kLogicalAnd) in innerScript()
947 Op branchOp = branch.fOperator; in logicalOp()
953 if (branch.fOperator == kLogicalAnd) in logicalOp()
1015 branch.fOperator = op; in processLogicalOp()
DSkScript.h190 SkOp fOperator; // operand which enabled suppression member
DSkScript.cpp192 noInitialSuppress.fOperator = kUnassigned; in SkScriptEngine()
1124 bool changedPrecedence = gPrecedence[fSuppressStack.top().fOperator] < precedence; in logicalOp()
1201 suppress.fOperator = kIf; in logicalOp()
1227 suppress.fOperator = match; in logicalOp()