Home
last modified time | relevance | path

Searched refs:defaultInterpolation (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_model_ng.cpp777 auto defaultInterpolation = imagePattern->GetDefaultInterpolation(); in ResetImageInterpolation() local
778 …ACE_UPDATE_NODE_PAINT_PROPERTY(ImageRenderProperty, ImageInterpolation, defaultInterpolation, fram… in ResetImageInterpolation()
885 auto defaultInterpolation = imagePattern->GetDefaultInterpolation(); in GetInterpolation() local
887 CHECK_NULL_RETURN(paintProperty, defaultInterpolation); in GetInterpolation()
888 CHECK_NULL_RETURN(paintProperty->GetImagePaintStyle(), defaultInterpolation); in GetInterpolation()
889 …return paintProperty->GetImagePaintStyle()->GetImageInterpolation().value_or(defaultInterpolation); in GetInterpolation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_image_modifier.cpp369 int32_t defaultInterpolation = static_cast<int32_t>(ImageInterpolation::NONE); in GetImageInterpolation() local
371 CHECK_NULL_RETURN(frameNode, defaultInterpolation); in GetImageInterpolation()