Flutter Engine
The Flutter Engine
|
#include <SkottieProperty.h>
Public Member Functions | |
bool | operator== (const TransformPropertyValue &other) const |
bool | operator!= (const TransformPropertyValue &other) const |
Public Attributes | |
SkPoint | fAnchorPoint |
SkPoint | fPosition |
SkVector | fScale |
SkScalar | fRotation |
SkScalar | fSkew |
SkScalar | fSkewAxis |
Definition at line 108 of file SkottieProperty.h.
bool skottie::TransformPropertyValue::operator!= | ( | const TransformPropertyValue & | other | ) | const |
Definition at line 57 of file SkottieProperty.cpp.
bool skottie::TransformPropertyValue::operator== | ( | const TransformPropertyValue & | other | ) | const |
SkPoint skottie::TransformPropertyValue::fAnchorPoint |
Definition at line 109 of file SkottieProperty.h.
SkPoint skottie::TransformPropertyValue::fPosition |
Definition at line 110 of file SkottieProperty.h.
SkScalar skottie::TransformPropertyValue::fRotation |
Definition at line 112 of file SkottieProperty.h.
SkVector skottie::TransformPropertyValue::fScale |
Definition at line 111 of file SkottieProperty.h.
SkScalar skottie::TransformPropertyValue::fSkew |
Definition at line 113 of file SkottieProperty.h.
SkScalar skottie::TransformPropertyValue::fSkewAxis |
Definition at line 114 of file SkottieProperty.h.