Home
last modified time | relevance | path

Searched refs:fOperator (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()
207 Op fOperator : 6; // operand which generated branch member
DSkScriptTokenizer.cpp703 Op branchOp = branch.fOperator; in innerScript()
708 if (branch.fOperator == kLogicalAnd) in innerScript()
957 Op branchOp = branch.fOperator; in logicalOp()
963 if (branch.fOperator == kLogicalAnd) in logicalOp()
1025 branch.fOperator = op; in processLogicalOp()
DSkScript.h182 SkOp fOperator; // operand which enabled suppression member
DSkScript.cpp184 noInitialSuppress.fOperator = kUnassigned; in SkScriptEngine()
1117 bool changedPrecedence = gPrecedence[fSuppressStack.top().fOperator] < precedence; in logicalOp()
1194 suppress.fOperator = kIf; in logicalOp()
1220 suppress.fOperator = match; in logicalOp()
/external/skia/legacy/src/animator/
DSkScript2.h191 Branch(Op op, int depth, unsigned offset) : fOffset(offset), fOpStackDepth(depth), fOperator(op), in Branch()
207 Op fOperator : 6; // operand which generated branch member
DSkScriptTokenizer.cpp703 Op branchOp = branch.fOperator; in innerScript()
708 if (branch.fOperator == kLogicalAnd) in innerScript()
957 Op branchOp = branch.fOperator; in logicalOp()
963 if (branch.fOperator == kLogicalAnd) in logicalOp()
1025 branch.fOperator = op; in processLogicalOp()
DSkScript.h182 SkOp fOperator; // operand which enabled suppression member
DSkScript.cpp184 noInitialSuppress.fOperator = kUnassigned; in SkScriptEngine()
1117 bool changedPrecedence = gPrecedence[fSuppressStack.top().fOperator] < precedence; in logicalOp()
1194 suppress.fOperator = kIf; in logicalOp()
1220 suppress.fOperator = match; in logicalOp()