Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScriptRuntime.cpp119 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()
DSkScriptRuntime.h43 SkTDStack<SkOperand2> fRunStack; variable
/external/chromium_org/third_party/skia/src/animator/
DSkScriptRuntime.cpp119 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()
DSkScriptRuntime.h43 SkTDStack<SkOperand2> fRunStack; variable