Home
last modified time | relevance | path

Searched refs:fOperandInUse (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/animator/
DSkScriptTokenizer.cpp125 fBranchPopAllowed(true), fConstExpression(true), fOperandInUse(false) in SkScriptEngine2()
197 fOperandInUse = true; in addTokenValue()
205 fOperandInUse = true; in addTokenValue()
213 fOperandInUse = true; in addTokenValue()
1143 saveOperand = fOperandInUse; in processOp()
1145 fOperandInUse = false; in processOp()
1174 fOperandInUse = saveOperand; in processOp()
DSkScript2.h268 SkBool fOperandInUse; variable