Searched refs:arithmeticOp (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/animator/
H A DSkScript.h188 int arithmeticOp(char ch, char nextChar, bool lastPush);
H A DSkScript2.h225 int arithmeticOp(char ch, char nextChar, bool lastPush);
H A DSkScript.cpp201 int SkScriptEngine::arithmeticOp(char ch, char nextChar, bool lastPush) { function in class:SkScriptEngine
799 advance = arithmeticOp(ch, nextChar, lastPush);
H A DSkScriptTokenizer.cpp220 int SkScriptEngine2::arithmeticOp(char ch, char nextChar, bool lastPush) { function in class:SkScriptEngine2
683 advance = arithmeticOp(ch, nextChar, lastPush);

Completed in 58 milliseconds