Searched refs:GetImageInterpolation (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | image_component.cpp | 208 imageComponent->SetImageInterpolation(other->GetImageInterpolation()); in MakeFromOtherWithoutSourceAndEvent() 232 ImageInterpolation ImageComponent::GetImageInterpolation() const in GetImageInterpolation() function in OHOS::Ace::ImageComponent
|
H A D | image_component.h | 84 ImageInterpolation GetImageInterpolation() const;
|
H A D | render_image.h | 115 ImageInterpolation GetImageInterpolation() const in GetImageInterpolation() function
|
H A D | render_image.cpp | 88 imageInterpolation_ = image->GetImageInterpolation(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | image_composed_element.cpp | 159 renderImage ? renderImage->GetImageInterpolation() : ImageInterpolation::NONE; in GetInterpolation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_paint_method.cpp | 96 …ImageInterpolation intepolation = renderProps->GetImageInterpolation().value_or(interpolationDefau… in UpdatePaintConfig()
|
H A D | image_pattern.cpp | 49 std::string GetImageInterpolation(ImageInterpolation interpolation) in GetImageInterpolation() function 1456 DumpLog::GetInstance().AddDesc("imageInterpolation:" + GetImageInterpolation(interpolation_)); in DumpInfo()
|
H A D | image_model_ng.cpp | 889 …return paintProperty->GetImagePaintStyle()->GetImageInterpolation().value_or(defaultInterpolation); in GetInterpolation()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testone_ng.cpp | 1181 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 D | image_testtwo_ng.cpp | 171 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 D | image_test_ng.cpp | 781 EXPECT_EQ(imageRenderProperty->GetImageInterpolation().value(), IMAGE_NO_INTERPOLATION);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_image_modifier.cpp | 367 int32_t GetImageInterpolation(ArkUINodeHandle node) in GetImageInterpolation() function 898 …GetImageSrc, GetAutoResize, GetObjectRepeat, GetObjectFit, GetImageInterpolation, GetColorFilter, … in GetImageModifier() 920 …GetImageInterpolation, GetColorFilter, GetAlt, GetImageDraggable, GetRenderMode, SetImageResizable, in GetCJUIImageModifier()
|