Searched refs:fOpStack (Results 1 – 8 of 8) sorted by relevance
189 *fOpStack.push() = kParen; in SkScriptEngine()269 *fOpStack.push() = kParen; // push even if eval is suppressed in arithmeticOp()294 compare = fOpStack.index(idx); in arithmeticOp()309 *fOpStack.push() = (SkOp) (kLogicalNot | kArtificialOp); in arithmeticOp()310 fOpStack.push(op); in arithmeticOp()312 *fOpStack.push() = (SkOp) (kFlipOps | kArtificialOp); in arithmeticOp()490 *fOpStack.push() = kParen; in functionParams()505 fOpStack.pop(); // pop paren in functionParams()523 int opBalance = fOpStack.count(); in innerScript()812 while (fOpStack.count() > opBalance) { // leave open paren in innerScript()[all …]
129 *fOpStack.push() = (Op) kParen; in SkScriptEngine2()288 *fOpStack.push() = (Op) kParen; in arithmeticOp()312 compare = fOpStack.index(idx); in arithmeticOp()326 *fOpStack.push() = (Op) (kLogicalNot | kArtificialOp); in arithmeticOp()327 fOpStack.push(op); in arithmeticOp()329 *fOpStack.push() = (Op) (kFlipOps | kArtificialOp); in arithmeticOp()443 *fOpStack.push() = (Op) kParen; in functionParams()454 fOpStack.pop(); // pop paren in functionParams()477 int opBalance = fOpStack.count(); in innerScript()724 while (fOpStack.count() > opBalance) { // leave open paren in innerScript()[all …]
226 SkIntArray(SkOp) fOpStack;232 SkTDStack<SkOp> fOpStack; variable
257 SkTDStack<Op> fOpStack; variable