Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScriptTokenizer.cpp223 bool negateResult = false; in arithmeticOp() local
250 reverseOperands = negateResult = true; in arithmeticOp()
259 negateResult = ! reverseOperands; in arithmeticOp()
271 negateResult = true; in arithmeticOp()
325 if (negateResult) in arithmeticOp()
DSkScript.cpp204 bool negateResult = false; in arithmeticOp() local
231 reverseOperands = negateResult = true; in arithmeticOp()
240 negateResult = ! reverseOperands; in arithmeticOp()
252 negateResult = true; in arithmeticOp()
308 if (negateResult) in arithmeticOp()