HomeSort by relevance Sort by last modified time
    Searched refs:SkScriptValue (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/skia/src/animator/
SkDisplayMath.h 20 SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type,
21 SkScriptValue* ) override;
23 bool getProperty(int index, SkScriptValue* value) const override;
SkAnimatorScript.h 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)
    [all...]
SkDisplayNumber.h 18 bool getProperty(int index, SkScriptValue* value) const override;
SkDisplayRandom.h 31 bool getProperty(int index, SkScriptValue* value) const override;
32 bool setProperty(int index, SkScriptValue& ) override;
SkDrawTextBox.h 25 bool getProperty(int index, SkScriptValue* value) const override;
26 bool setProperty(int index, SkScriptValue& ) override;
SkScript.h 61 typedef bool (*_boxCallBack)(void* userStorage, SkScriptValue* result);
62 typedef bool (*_functionCallBack)(const char* func, size_t len, SkTDArray<SkScriptValue>& params,
63 void* userStorage, SkScriptValue* result);
65 void* userStorage, SkScriptValue* result);
67 SkTDArray<SkScriptValue>& params, void* userStorage, SkScriptValue* result);
68 // typedef bool (*_objectToStringCallBack)(void* object, void* userStorage, SkScriptValue* result);
69 typedef bool (*_propertyCallBack)(const char* prop, size_t len, void* userStorage, SkScriptValue* result);
70 typedef bool (*_unboxCallBack)(void* userStorage, SkScriptValue* result);
74 bool convertTo(SkDisplayTypes , SkScriptValue* );
    [all...]
SkDraw3D.h 42 SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type,
43 SkScriptValue* ) override;
SkDrawColor.h 25 bool getProperty(int index, SkScriptValue* value) const override;
28 bool setProperty(int index, SkScriptValue&) override;
SkDisplayInput.h 20 bool getProperty(int index, SkScriptValue* value) const override;
SkDisplayTypes.h 77 SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type,
78 SkScriptValue* ) override;
80 bool getProperty(int index, SkScriptValue* ) const override;
92 bool getProperty(int index, SkScriptValue* ) const override;
SkDisplayable.h 25 struct SkScriptValue;
54 SkTDArray<SkScriptValue>& , SkDisplayTypes , SkScriptValue* );
56 SkTypedArray* , SkScriptValue* );
66 virtual bool getProperty(int index, SkScriptValue* value) const;
88 virtual bool setProperty(int index, SkScriptValue& );
SkDisplayEvent.h 44 bool getProperty(int index, SkScriptValue* ) const override;
47 bool setProperty(int index, SkScriptValue& ) override;
SkDrawRectangle.h 28 bool getProperty(int index, SkScriptValue* value) const override;
30 bool setProperty(int index, SkScriptValue& ) override;
SkDrawText.h 24 bool getProperty(int index, SkScriptValue* value) const override;
SkDrawPaint.h 36 SkTDArray<SkScriptValue>& parameters, SkDisplayTypes type,
37 SkScriptValue* ) override;
39 bool getProperty(int index, SkScriptValue* value) const override;
SkDisplayApply.h 54 bool getProperty(int index, SkScriptValue* value) const override;
56 void getStep(SkScriptValue* );
71 bool setProperty(int index, SkScriptValue& ) override;
SkDump.h 37 bool setProperty(int index, SkScriptValue& ) override;
SkAnimateBase.h 36 bool getProperty(int index, SkScriptValue* value) const override;
46 bool setProperty(int index, SkScriptValue& value) override;
SkDisplayRandom.cpp 45 bool SkDisplayRandom::getProperty(int index, SkScriptValue* value) const {
60 bool SkDisplayRandom::setProperty(int index, SkScriptValue& value) {
SkDrawBitmap.h 42 bool setProperty(int index, SkScriptValue& value) override;
60 bool getProperty(int index, SkScriptValue* value) const override;
SkDrawMatrix.h 32 bool getProperty(int index, SkScriptValue* value) const override;
36 bool setProperty(int index, SkScriptValue& ) override;
SkDrawPath.h 32 bool getProperty(int index, SkScriptValue* value) const override;
33 bool setProperty(int index, SkScriptValue& value) override;
SkDrawTextBox.cpp 60 bool SkDrawTextBox::getProperty(int index, SkScriptValue* value) const
65 bool SkDrawTextBox::setProperty(int index, SkScriptValue& scriptValue)
SkAnimatorScript.cpp 81 bool SkAnimatorScript::evaluate(const char* original, SkScriptValue* result, SkDisplayTypes type) {
91 bool SkAnimatorScript::Box(void* user, SkScriptValue* scriptValue) {
133 bool SkAnimatorScript::Eval(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
134 void* eng, SkScriptValue* value) {
141 SkScriptValue* scriptValue = params.begin();
151 bool SkAnimatorScript::EvalEnum(const char* token, size_t len, void* callBack, SkScriptValue* value) {
159 bool SkAnimatorScript::EvalID(const char* token, size_t len, void* user, SkScriptValue* value) {
195 bool SkAnimatorScript::EvalNamedColor(const char* token, size_t len, void* callback, SkScriptValue* value) {
202 bool SkAnimatorScript::EvalRGB(const char* function, size_t len, SkTDArray<SkScriptValue>& params,
203 void* eng, SkScriptValue* value)
    [all...]
SkDisplayInput.cpp 40 bool SkInput::getProperty(int index, SkScriptValue* value) const {

Completed in 221 milliseconds

1 2 3