Home
last modified time | relevance | path

Searched refs:GetPreDecode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_animator_composed_element.cpp27 …eDecode", [](const ImageAnimatorComposedElement& inspector) { return inspector.GetPreDecode(); } }, in __anon981b7c190602()
94 std::string ImageAnimatorComposedElement::GetPreDecode() const in GetPreDecode() function in OHOS::Ace::V2::ImageAnimatorComposedElement
98 return std::to_string(element->GetPreDecode()); in GetPreDecode()
H A Dimage_animator_composed_element.h38 std::string GetPreDecode() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_component.cpp79 int32_t ImageAnimatorComponent::GetPreDecode() const in GetPreDecode() function in OHOS::Ace::ImageAnimatorComponent
81 return declaration_->GetPreDecode(); in GetPreDecode()
H A Dimage_animator_element.h62 int32_t GetPreDecode() const in GetPreDecode() function
H A Dimage_animator_component.h153 int32_t GetPreDecode() const;
H A Dimage_animator_element.cpp47 preDecode_ = imageAnimatorComponent->GetPreDecode(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/image/
H A Dimage_animator_declaration.h134 int32_t GetPreDecode() const in GetPreDecode() function