Home
last modified time | relevance | path

Searched refs:fValueStack (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/animator/
DSkScriptTokenizer.cpp374 SkScriptValue2& top = fValueStack.top(); in evaluateDotParam()
378 fValueStack.pop(); in evaluateDotParam()
561 fValueStack.push(operand); in innerScript()
600 fValueStack.push(operand); in innerScript()
609 SkASSERT(fValueStack.count() > 0); // !!! add error handling in innerScript()
611 fValueStack.pop(&top); in innerScript()
618 fValueStack.push(top); in innerScript()
642 fValueStack.push(operand); in innerScript()
702 SkOperand2::OpType lastType = fValueStack.top().fType; in innerScript()
703 addTokenValue(fValueStack.top(), kAccumulator); in innerScript()
[all …]
DSkScript2.h258 SkTDStack<SkScriptValue2> fValueStack; variable