Lines Matching refs:SkScriptValue2
34 bool convertTo(SkOperand2::OpType , SkScriptValue2* );
35 bool evaluateScript(const char** script, SkScriptValue2* value);
46 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
48 static bool ValueToString(const SkScriptValue2& value, SkString* string);
211 void addTokenConst(SkScriptValue2* , AddTokenRegister , SkOperand2::OpType , TypeOp );
215 void addTokenValue(const SkScriptValue2& , AddTokenRegister );
217 bool convertParams(SkTDArray<SkScriptValue2>* ,
220 SkScriptValue2 scriptValue; in convertToString()
228 bool functionParams(const char** scriptPtr, SkTDArray<SkScriptValue2>* params);
235 SkTDArray<SkScriptValue2>* params);
237 bool handleUnbox(SkScriptValue2* scriptValue);
238 bool innerScript(const char** scriptPtr, SkScriptValue2* value);
250 SkTDStack<SkScriptValue2> fValueStack;