Home
last modified time | relevance | path

Searched refs:kSubtract (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/animator/
DSkScript.h160 kSubtract, enumerator
161 kSubtractInt = kSubtract,
DSkScript2.h75 kSubtract, enumerator
DSkScriptTokenizer.cpp234 op = lastPush ? kSubtract : kMinus; in arithmeticOp()
DSkScript.cpp215 op = lastPush ? kSubtract : kMinus; in arithmeticOp()