Lines Matching refs:SkScriptValue2
42 bool convertTo(SkOperand2::OpType , SkScriptValue2* );
43 bool evaluateScript(const char** script, SkScriptValue2* value);
54 static bool ConvertTo(SkScriptEngine2* , SkOperand2::OpType toType, SkScriptValue2* value);
56 static bool ValueToString(const SkScriptValue2& value, SkString* string);
220 void addTokenConst(SkScriptValue2* , AddTokenRegister , SkOperand2::OpType , TypeOp );
224 void addTokenValue(const SkScriptValue2& , AddTokenRegister );
226 bool convertParams(SkTDArray<SkScriptValue2>* ,
229 SkScriptValue2 scriptValue; in convertToString()
237 bool functionParams(const char** scriptPtr, SkTDArray<SkScriptValue2>* params);
244 SkTDArray<SkScriptValue2>* params);
246 bool handleUnbox(SkScriptValue2* scriptValue);
247 bool innerScript(const char** scriptPtr, SkScriptValue2* value);
259 SkTDStack<SkScriptValue2> fValueStack;