Searched refs:fOperandInUse (Results 1 – 2 of 2) sorted by relevance
125 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()
268 SkBool fOperandInUse; variable