Home
last modified time | relevance | path

Searched refs:SetPreDecode (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_animator_component.cpp74 void ImageAnimatorComponent::SetPreDecode(int32_t preDecode) in SetPreDecode() function in OHOS::Ace::ImageAnimatorComponent
76 declaration_->SetPreDecode(preDecode); in SetPreDecode()
H A Dimage_animator_component.h147 void SetPreDecode(int32_t preDecode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dimage_animator_model_impl.cpp80 void ImageAnimatorModelImpl::SetPreDecode(int32_t preDecode) in SetPreDecode() function in OHOS::Ace::Framework::ImageAnimatorModelImpl
85 imageAnimator->SetPreDecode(preDecode); in SetPreDecode()
H A Dimage_animator_model_impl.h30 void SetPreDecode(int32_t preDecode) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image_animator.cpp70 JSClass<JSImageAnimator>::StaticMethod("preDecode", &JSImageAnimator::SetPreDecode, opt); in JSBind()
173 void JSImageAnimator::SetPreDecode(const JSCallbackInfo& info) in SetPreDecode() function in OHOS::Ace::Framework::JSImageAnimator
182 ImageAnimatorModel::GetInstance()->SetPreDecode(preDecode); in SetPreDecode()
H A Djs_image_animator.h37 static void SetPreDecode(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_image_animator_bridge.h34 static ArkUINativeModuleValue SetPreDecode(ArkUIRuntimeCallInfo* runtimeCallInfo);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_model.h36 virtual void SetPreDecode(int32_t preDecode) = 0;
H A Dimage_animator_model_ng.h31 void SetPreDecode(int32_t preDecode) override;
H A Dimage_animator_model_ng.cpp77 void ImageAnimatorModelNG::SetPreDecode(int32_t preDecode) in SetPreDecode() function in OHOS::Ace::NG::ImageAnimatorModelNG
79 GetImageAnimatorPattern()->SetPreDecode(preDecode); in SetPreDecode()
H A Dimage_animator_pattern.h86 void SetPreDecode(int32_t preDecode) {} in SetPreDecode() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_image_animator.cpp50 imageAnimator_->SetPreDecode(StringToInt(attr.second)); in SetSpecializedAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/image/
H A Dimage_animator_declaration.h104 void SetPreDecode(int32_t preDecode) in SetPreDecode() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_image_animator_ffi.cpp94 ImageAnimatorModel::GetInstance()->SetPreDecode(preDecode); in FfiOHOSAceFrameworkImageAnimatorSetPreDecode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/
H A Dimage_animator_test_ng.cpp252 ImageAnimatorModelNG.SetPreDecode(PREDECODE_DEFAULT);