Searched refs:fRunStack (Results 1 – 2 of 2) sorted by relevance
119 fRunStack.pop(&operand[0]); in executeTokens()122 *fRunStack.push() = operand[0]; in executeTokens()320 fRunStack.push(operand[0]); in executeTokens()325 if (fRunStack.count() == 0) in getResult()327 fRunStack.pop(result); in getResult()
43 SkTDStack<SkOperand2> fRunStack; variable