Home
last modified time | relevance | path

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

/ohos5.0/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);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dimage_composed_element.cpp158 auto imageInterpolation = in GetInterpolation() local
160 return ConvertWrapImageInterpolationToString(imageInterpolation); in GetInterpolation()
H A Dutils.h345 inline std::string ConvertWrapImageInterpolationToString(ImageInterpolation imageInterpolation) in ConvertWrapImageInterpolationToString() argument
354 …rySearchFindIndex(imageInterpolationTable, ArraySize(imageInterpolationTable), imageInterpolation); in ConvertWrapImageInterpolationToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_image.h46 static void SetImageInterpolation(int32_t imageInterpolation);
H A Djs_image.cpp576 void JSImage::SetImageInterpolation(int32_t imageInterpolation) in SetImageInterpolation() argument
581 auto interpolation = static_cast<ImageInterpolation>(imageInterpolation); in SetImageInterpolation()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_testone_ng.cpp1627 auto imageInterpolation = ImageModelNG::GetInterpolation(frameNode); in ImageModelNGTest001_MixedProperties01() local
1628 EXPECT_EQ(imageInterpolation, ImageInterpolation::HIGH); in ImageModelNGTest001_MixedProperties01()