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()1141 saveOperand = fOperandInUse; in processOp()1143 fOperandInUse = false; in processOp()1172 fOperandInUse = saveOperand; in processOp()
270 SkBool fOperandInUse; variable