Searched refs:staticPaintProperty (Results 1 – 1 of 1) sorted by relevance
335 auto staticPaintProperty = staticNode->GetPaintProperty<ImageRenderProperty>(); in BuildStaticImageNode() local336 CHECK_NULL_RETURN(staticPaintProperty, nullptr); in BuildStaticImageNode()337 staticPaintProperty->UpdateImageInterpolation(ImageInterpolation::HIGH); in BuildStaticImageNode()