Home
last modified time | relevance | path

Searched refs:PropertyHandle (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/skottie/src/
H A DSkottieProperty.cpp55 PropertyHandle<ColorPropertyValue, sksg::Color>::~PropertyHandle() {} in ~PropertyHandle()
58 ColorPropertyValue PropertyHandle<ColorPropertyValue, sksg::Color>::get() const { in get()
63 void PropertyHandle<ColorPropertyValue, sksg::Color>::set(const ColorPropertyValue& c) { in set()
68 PropertyHandle<OpacityPropertyValue, sksg::OpacityEffect>::~PropertyHandle() {} in ~PropertyHandle()
71 OpacityPropertyValue PropertyHandle<OpacityPropertyValue, sksg::OpacityEffect>::get() const { in get()
76 void PropertyHandle<OpacityPropertyValue, sksg::OpacityEffect>::set(const OpacityPropertyValue& o) { in set()
81 PropertyHandle<TextPropertyValue, internal::TextAdapter>::~PropertyHandle() {} in ~PropertyHandle()
[all...]
/third_party/skia/modules/skottie/include/
H A DSkottieProperty.h85 class SK_API PropertyHandle final {
87 explicit PropertyHandle(sk_sp<NodeT> node) : fNode(std::move(node)) {} in PropertyHandle() function in skottie::final
88 ~PropertyHandle();
104 using ColorPropertyHandle = PropertyHandle<ColorPropertyValue,
106 using OpacityPropertyHandle = PropertyHandle<OpacityPropertyValue,
108 using TextPropertyHandle = PropertyHandle<TextPropertyValue,
110 using TransformPropertyHandle = PropertyHandle<TransformPropertyValue,

Completed in 1 milliseconds