Searched refs:fRunStack (Results 1 – 4 of 4) 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