Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScriptTokenizer.cpp222 bool reverseOperands = false; in arithmeticOp() local
250 reverseOperands = negateResult = true; in arithmeticOp()
258 reverseOperands = nextChar == '='; in arithmeticOp()
259 negateResult = ! reverseOperands; in arithmeticOp()
260 advance += reverseOperands; in arithmeticOp()
328 if (reverseOperands) in arithmeticOp()
DSkScript.cpp203 bool reverseOperands = false; in arithmeticOp() local
231 reverseOperands = negateResult = true; in arithmeticOp()
239 reverseOperands = nextChar == '='; in arithmeticOp()
240 negateResult = ! reverseOperands; in arithmeticOp()
241 advance += reverseOperands; in arithmeticOp()
311 if (reverseOperands) in arithmeticOp()