Lines Matching refs:SkScriptValue
29 bool evaluate(const char* script, SkScriptValue* , SkDisplayTypes type);
40 static bool Box(void* user, SkScriptValue* );
41 static bool Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
42 void* callBack, SkScriptValue* );
43 static bool EvalEnum(const char* token, size_t len, void* callBack, SkScriptValue* );
44 static bool EvalID(const char* token, size_t len, void* callBack, SkScriptValue* );
46 SkScriptValue* value);
48 SkDisplayable* displayable, SkScriptValue* value);
50 SkTDArray<SkScriptValue>& params, void* user, SkScriptValue* value);
51 static bool EvalNamedColor(const char* token, size_t len, void* callBack, SkScriptValue* );
52 static bool EvalRGB(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
53 void* callBack, SkScriptValue* );
55 static bool Infinity(const char* token, size_t len, void* callBack, SkScriptValue* );
56 static bool IsFinite(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
57 void* callBack, SkScriptValue* );
58 static bool IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
59 void* callBack, SkScriptValue* );
60 static bool NaN(const char* token, size_t len, void* callBack, SkScriptValue* );
61 static bool Unbox(void* , SkScriptValue* scriptValue);