Searched refs:imageInterpolation (Results 1 – 7 of 7) sorted by relevance
154 void ImageComponent::SetImageInterpolation(ImageInterpolation imageInterpolation) in SetImageInterpolation() argument156 imageInterpolation_ = imageInterpolation; in SetImageInterpolation()
61 void SetImageInterpolation(ImageInterpolation imageInterpolation);
158 auto imageInterpolation = in GetInterpolation() local160 return ConvertWrapImageInterpolationToString(imageInterpolation); in GetInterpolation()
345 inline std::string ConvertWrapImageInterpolationToString(ImageInterpolation imageInterpolation) in ConvertWrapImageInterpolationToString() argument354 …rySearchFindIndex(imageInterpolationTable, ArraySize(imageInterpolationTable), imageInterpolation); in ConvertWrapImageInterpolationToString()
46 static void SetImageInterpolation(int32_t imageInterpolation);
576 void JSImage::SetImageInterpolation(int32_t imageInterpolation) in SetImageInterpolation() argument581 auto interpolation = static_cast<ImageInterpolation>(imageInterpolation); in SetImageInterpolation()
1627 auto imageInterpolation = ImageModelNG::GetInterpolation(frameNode); in ImageModelNGTest001_MixedProperties01() local1628 EXPECT_EQ(imageInterpolation, ImageInterpolation::HIGH); in ImageModelNGTest001_MixedProperties01()