Home
last modified time | relevance | path

Searched refs:GetImageInterpolation (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp208 imageComponent->SetImageInterpolation(other->GetImageInterpolation()); in MakeFromOtherWithoutSourceAndEvent()
232 ImageInterpolation ImageComponent::GetImageInterpolation() const in GetImageInterpolation() function in OHOS::Ace::ImageComponent
H A Dimage_component.h84 ImageInterpolation GetImageInterpolation() const;
H A Drender_image.h115 ImageInterpolation GetImageInterpolation() const in GetImageInterpolation() function
H A Drender_image.cpp88 imageInterpolation_ = image->GetImageInterpolation(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.cpp159 renderImage ? renderImage->GetImageInterpolation() : ImageInterpolation::NONE; in GetInterpolation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_paint_method.cpp96 …ImageInterpolation intepolation = renderProps->GetImageInterpolation().value_or(interpolationDefau… in UpdatePaintConfig()
H A Dimage_pattern.cpp49 std::string GetImageInterpolation(ImageInterpolation interpolation) in GetImageInterpolation() function
1456 DumpLog::GetInstance().AddDesc("imageInterpolation:" + GetImageInterpolation(interpolation_)); in DumpInfo()
H A Dimage_model_ng.cpp889 …return paintProperty->GetImagePaintStyle()->GetImageInterpolation().value_or(defaultInterpolation); in GetInterpolation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp1181 EXPECT_EQ(imageRenderProperty->GetImageInterpolation().value(), IMAGE_NO_INTERPOLATION);
1205 EXPECT_EQ(imageRenderProperty->GetImageInterpolation().value(), IMAGE_NO_INTERPOLATION);
1625 EXPECT_EQ(imageRenderProperty->GetImageInterpolation().value(), ImageInterpolation::HIGH); in ImageModelNGTest001_MixedProperties01()
1631 …EXPECT_EQ(imagePattern->GetDefaultInterpolation(), imageRenderProperty->GetImageInterpolation().va… in ImageModelNGTest001_MixedProperties01()
1916 EXPECT_EQ(imageRenderProperty->GetImageInterpolation().has_value(), false); in ImageModelNGFailedTest001_Properties03()
1919 EXPECT_EQ(imageRenderProperty->GetImageInterpolation().has_value(), false); in ImageModelNGFailedTest001_Properties03()
H A Dimage_testtwo_ng.cpp171 EXPECT_EQ(imageRenderProperty->GetImageInterpolation(), ImageInterpolation::NONE);
178 EXPECT_EQ(imageRenderProperty->GetImageInterpolation(), ImageInterpolation::LOW);
185 EXPECT_EQ(imageRenderProperty->GetImageInterpolation(), ImageInterpolation::MEDIUM);
192 EXPECT_EQ(imageRenderProperty->GetImageInterpolation(), ImageInterpolation::HIGH);
H A Dimage_test_ng.cpp781 EXPECT_EQ(imageRenderProperty->GetImageInterpolation().value(), IMAGE_NO_INTERPOLATION);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp367 int32_t GetImageInterpolation(ArkUINodeHandle node) in GetImageInterpolation() function
898 …GetImageSrc, GetAutoResize, GetObjectRepeat, GetObjectFit, GetImageInterpolation, GetColorFilter, … in GetImageModifier()
920GetImageInterpolation, GetColorFilter, GetAlt, GetImageDraggable, GetRenderMode, SetImageResizable, in GetCJUIImageModifier()