Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp335 auto staticPaintProperty = staticNode->GetPaintProperty<ImageRenderProperty>(); in BuildStaticImageNode() local
336 CHECK_NULL_RETURN(staticPaintProperty, nullptr); in BuildStaticImageNode()
337 staticPaintProperty->UpdateImageInterpolation(ImageInterpolation::HIGH); in BuildStaticImageNode()