/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_component.cpp | 154 void ImageComponent::SetImageInterpolation(ImageInterpolation imageInterpolation) in SetImageInterpolation() function in OHOS::Ace::ImageComponent 208 imageComponent->SetImageInterpolation(other->GetImageInterpolation()); in MakeFromOtherWithoutSourceAndEvent()
|
H A D | image_component.h | 61 void SetImageInterpolation(ImageInterpolation imageInterpolation);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | image_model_impl.h | 47 void SetImageInterpolation(ImageInterpolation iterpolation) override;
|
H A D | image_model_impl.cpp | 151 void ImageModelImpl::SetImageInterpolation(ImageInterpolation iterpolation) in SetImageInterpolation() function in OHOS::Ace::Framework::ImageModelImpl 154 image->SetImageInterpolation(iterpolation); in SetImageInterpolation()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_image.h | 45 static void SetImageInterpolation(int32_t imageInterpolation);
|
H A D | js_image.cpp | 573 void JSImage::SetImageInterpolation(int32_t imageInterpolation) in SetImageInterpolation() function in OHOS::OHOS::Ace::Framework::JSImage 582 ImageModel::GetInstance()->SetImageInterpolation(interpolation); in SetImageInterpolation() 811 JSClass<JSImage>::StaticMethod("interpolation", &JSImage::SetImageInterpolation, opt); in JSBind()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_image_bridge.h | 48 static ArkUINativeModuleValue SetImageInterpolation(ArkUIRuntimeCallInfo *runtimeCallInfo);
|
H A D | arkts_native_image_bridge.cpp | 630 ArkUINativeModuleValue ImageBridge::SetImageInterpolation(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetImageInterpolation() function in OHOS::Ace::NG::ImageBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 3500 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), ImageBridge::SetImageInterpolation)); in RegisterImageAttributes()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_model_ng.h | 51 void SetImageInterpolation(ImageInterpolation interpolation) override; 98 static void SetImageInterpolation(FrameNode *frameNode, ImageInterpolation interpolation);
|
H A D | image_model.h | 82 virtual void SetImageInterpolation(ImageInterpolation interpolation) = 0;
|
H A D | image_model_ng.cpp | 458 void ImageModelNG::SetImageInterpolation(ImageInterpolation interpolation) in SetImageInterpolation() function in OHOS::Ace::NG::ImageModelNG 755 void ImageModelNG::SetImageInterpolation(FrameNode *frameNode, ImageInterpolation interpolation) in SetImageInterpolation() function in OHOS::Ace::NG::ImageModelNG 760 pattern->SetImageInterpolation(interpolation); in SetImageInterpolation()
|
H A D | image_pattern.h | 156 void SetImageInterpolation(ImageInterpolation value) in SetImageInterpolation() function in OHOS::OHOS::Ace::NG::ImagePattern
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_image_ffi.cpp | 125 ImageModel::GetInstance()->SetImageInterpolation(IMAGE_INTERPOLATIONS[interpolation]); in FfiOHOSAceFrameworkImageSetInterpolation()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_base.cpp | 86 image.SetImageInterpolation(IMAGE_INTERPOLATION_DEFAULT); in CreateImageNodeWithDefaultProp()
|
H A D | image_testone_ng.cpp | 1150 image.SetImageInterpolation(IMAGE_NO_INTERPOLATION); in HWTEST_F() 1175 image.SetImageInterpolation(IMAGE_NO_INTERPOLATION); in HWTEST_F() 1598 ImageModelNG::SetImageInterpolation(frameNode, ImageInterpolation::HIGH); in ImageModelNGTest001_MixedProperties01() 1890 image.SetImageInterpolation(ImageInterpolation::HIGH); in ImageModelNGFailedTest001_Properties03() 1893 ImageModelNG::SetImageInterpolation(frameNodeNull, ImageInterpolation::HIGH); in ImageModelNGFailedTest001_Properties03()
|
H A D | image_test_ng.cpp | 635 image.SetImageInterpolation(IMAGE_NO_INTERPOLATION); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_image_modifier.cpp | 411 void SetImageInterpolation(ArkUINodeHandle node, ArkUI_Int32 value) in SetImageInterpolation() function in OHOS::Ace::NG::__anon2878::ResourceType 419 ImageModelNG::SetImageInterpolation(frameNode, interpolation); in SetImageInterpolation() 929 SetFillColor, ResetFillColor, SetAlt, ResetAlt, SetImageInterpolation, ResetImageInterpolation, SetColorFilter, in GetImageModifier() 951 SetImageInterpolation, ResetImageInterpolation, SetColorFilter, ResetColorFilter, SetImageSyncLoad, in GetCJUIImageModifier()
|