Searched refs:fRunStack (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/animator/
H A DSkScriptRuntime.h43 SkTDStack<SkOperand2> fRunStack; member in class:SkScriptRuntime
H A DSkScriptRuntime.cpp119 fRunStack.pop(&operand[0]);
122 *fRunStack.push() = operand[0];
320 fRunStack.push(operand[0]);
325 if (fRunStack.count() == 0)
327 fRunStack.pop(result);

Completed in 48 milliseconds