/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_animator_component.cpp | 74 void ImageAnimatorComponent::SetPreDecode(int32_t preDecode) in SetPreDecode() function in OHOS::Ace::ImageAnimatorComponent 76 declaration_->SetPreDecode(preDecode); in SetPreDecode()
|
H A D | image_animator_component.h | 147 void SetPreDecode(int32_t preDecode);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | image_animator_model_impl.cpp | 80 void ImageAnimatorModelImpl::SetPreDecode(int32_t preDecode) in SetPreDecode() function in OHOS::Ace::Framework::ImageAnimatorModelImpl 85 imageAnimator->SetPreDecode(preDecode); in SetPreDecode()
|
H A D | image_animator_model_impl.h | 30 void SetPreDecode(int32_t preDecode) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_image_animator.cpp | 70 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 D | js_image_animator.h | 37 static void SetPreDecode(const JSCallbackInfo& info);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_image_animator_bridge.h | 34 static ArkUINativeModuleValue SetPreDecode(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/ |
H A D | image_animator_model.h | 36 virtual void SetPreDecode(int32_t preDecode) = 0;
|
H A D | image_animator_model_ng.h | 31 void SetPreDecode(int32_t preDecode) override;
|
H A D | image_animator_model_ng.cpp | 77 void ImageAnimatorModelNG::SetPreDecode(int32_t preDecode) in SetPreDecode() function in OHOS::Ace::NG::ImageAnimatorModelNG 79 GetImageAnimatorPattern()->SetPreDecode(preDecode); in SetPreDecode()
|
H A D | image_animator_pattern.h | 86 void SetPreDecode(int32_t preDecode) {} in SetPreDecode() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_image_animator.cpp | 50 imageAnimator_->SetPreDecode(StringToInt(attr.second)); in SetSpecializedAttr()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/image/ |
H A D | image_animator_declaration.h | 104 void SetPreDecode(int32_t preDecode) in SetPreDecode() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_image_animator_ffi.cpp | 94 ImageAnimatorModel::GetInstance()->SetPreDecode(preDecode); in FfiOHOSAceFrameworkImageAnimatorSetPreDecode()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/ |
H A D | image_animator_test_ng.cpp | 252 ImageAnimatorModelNG.SetPreDecode(PREDECODE_DEFAULT);
|