Searched refs:ImageAnimatorComposedElement (Results 1 – 3 of 3) sorted by relevance
23 … { "state", [](const ImageAnimatorComposedElement& inspector) { return inspector.GetStatus(); } }, in __anon981b7c190202()35 void ImageAnimatorComposedElement::Dump() in Dump()43 std::unique_ptr<JsonValue> ImageAnimatorComposedElement::ToJsonObject() const in ToJsonObject()52 std::string ImageAnimatorComposedElement::GetStatus() const in GetStatus()67 std::string ImageAnimatorComposedElement::GetDuration() const in GetDuration()76 std::string ImageAnimatorComposedElement::GetReverse() const in GetReverse()85 std::string ImageAnimatorComposedElement::GetFixedSize() const in GetFixedSize()94 std::string ImageAnimatorComposedElement::GetPreDecode() const in GetPreDecode()103 std::string ImageAnimatorComposedElement::GetIteration() const in GetIteration()112 std::string ImageAnimatorComposedElement::GetFillMode() const in GetFillMode()[all …]
26 class ACE_EXPORT ImageAnimatorComposedElement : public InspectorComposedElement {27 DECLARE_ACE_TYPE(ImageAnimatorComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument29 explicit ImageAnimatorComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()30 ~ImageAnimatorComposedElement() override = default;
148 … [](const std::string& id) { return AceType::MakeRefPtr<V2::ImageAnimatorComposedElement>(id); } }, in __anona4bda69c1b02()