Home
last modified time | relevance | path

Searched refs:imageInterpolation (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Dimage_component.cpp154 void ImageComponent::SetImageInterpolation(ImageInterpolation imageInterpolation) in SetImageInterpolation() argument
156 imageInterpolation_ = imageInterpolation; in SetImageInterpolation()
H A Dimage_component.h61 void SetImageInterpolation(ImageInterpolation imageInterpolation);
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.cpp154 auto imageInterpolation = in GetInterpolation() local
156 return ConvertWrapImageInterpolationToString(imageInterpolation); in GetInterpolation()
H A Dutils.h345 inline std::string ConvertWrapImageInterpolationToString(ImageInterpolation imageInterpolation) in ConvertWrapImageInterpolationToString() argument
354 auto index = BinarySearchFindIndex(imageInterpolationTable, ArraySize(imageInterpolationTable), imageInterpolation); in ConvertWrapImageInterpolationToString()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image.h45 static void SetImageInterpolation(int32_t imageInterpolation);
H A Djs_image.cpp573 void JSImage::SetImageInterpolation(int32_t imageInterpolation) in SetImageInterpolation() argument
578 auto interpolation = static_cast<ImageInterpolation>(imageInterpolation); in SetImageInterpolation()
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp1602 auto imageInterpolation = ImageModelNG::GetInterpolation(frameNode); in ImageModelNGTest001_MixedProperties01() local
1603 EXPECT_EQ(imageInterpolation, ImageInterpolation::HIGH); in ImageModelNGTest001_MixedProperties01()

Completed in 7 milliseconds