Lines Matching full:static
33 static bool EvaluateDisplayable(SkAnimateMaker& , SkDisplayable* , const char* script, SkDisplayable** );
34 static bool EvaluateFloat(SkAnimateMaker& , SkDisplayable* , const char* script, SkScalar* );
35 static bool EvaluateInt(SkAnimateMaker& , SkDisplayable* , const char* script, int32_t* );
36 static bool EvaluateString(SkAnimateMaker& , SkDisplayable* , const char* script, SkString* );
37 static bool EvaluateString(SkAnimateMaker& , SkDisplayable* , SkDisplayable* parent, const char* script, SkString* );
38 static bool MapEnums(const char* ptr, const char* match, size_t len, int* value);
40 static bool Box(void* user, SkScriptValue* );
41 static bool Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
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* );
45 static bool EvalMember(const char* member, size_t len, void* object, void* eng,
47 static bool EvalMemberCommon(SkScriptEngine* , const SkMemberInfo* info,
49 static bool EvalMemberFunction(const char* member, size_t len, void* object,
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,
54 static const SkDisplayEnumMap& GetEnumValues(SkDisplayTypes type);
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,
58 static bool IsNaN(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
60 static bool NaN(const char* token, size_t len, void* callBack, SkScriptValue* );
61 static bool Unbox(void* , SkScriptValue* scriptValue);
71 static void UnitTest();