Lines Matching full:char
30 const char* fValues;
37 bool evaluate(const char* script, SkScriptValue* , SkDisplayTypes type);
41 static bool EvaluateDisplayable(SkAnimateMaker& , SkDisplayable* , const char* script, SkDisplayable** );
42 static bool EvaluateFloat(SkAnimateMaker& , SkDisplayable* , const char* script, SkScalar* );
43 static bool EvaluateInt(SkAnimateMaker& , SkDisplayable* , const char* script, int32_t* );
44 static bool EvaluateString(SkAnimateMaker& , SkDisplayable* , const char* script, SkString* );
45 static bool EvaluateString(SkAnimateMaker& , SkDisplayable* , SkDisplayable* parent, const char* script, SkString* );
46 static bool MapEnums(const char* ptr, const char* match, size_t len, int* value);
49 static bool Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
51 static bool EvalEnum(const char* token, size_t len, void* callBack, SkScriptValue* );
52 static bool EvalID(const char* token, size_t len, void* callBack, SkScriptValue* );
53 static bool EvalMember(const char* member, size_t len, void* object, void* eng,
57 static bool EvalMemberFunction(const char* member, size_t len, void* object,
59 static bool EvalNamedColor(const char* token, size_t len, void* callBack, SkScriptValue* );
60 static bool EvalRGB(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
63 static bool Infinity(const char* token, size_t len, void* callBack, SkScriptValue* );
64 static bool IsFinite(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
66 static bool IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
68 static bool NaN(const char* token, size_t len, void* callBack, SkScriptValue* );