Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_canvas_render_node.cpp111 property.IsAttractionValid() || in OpincGetNodeSupportFlag()
H A Drs_render_node.cpp2795 !GetRenderProperties().IsSpherizeValid() && !GetRenderProperties().IsAttractionValid()) { in NeedInitCacheSurface()
2864 !GetRenderProperties().IsSpherizeValid() && !GetRenderProperties().IsAttractionValid()) { in InitCacheSurface()
H A Drs_surface_render_node.cpp2825 surfaceParams->isAttractionValid_ = properties.IsAttractionValid(); in UpdateRenderParams()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h121 bool IsAttractionValid() const in IsAttractionValid() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp432 !surfaceParams->IsSpherizeValid() && !surfaceParams->IsAttractionValid(); in OnDraw()
741 !surfaceParams.IsSpherizeValid() && !surfaceParams.IsAttractionValid(); in CaptureSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h459 bool IsAttractionValid() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp437 …if (properties.IsSpherizeValid() || properties.IsAttractionValid() || !properties.IsShadowValid() … in Generate()
H A Drs_properties.cpp2466 bool RSProperties::IsAttractionValid() const in IsAttractionValid() function in OHOS::Rosen::RSProperties
4349 } else if (IsAttractionValid()) { in UpdateForegroundFilter()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_visitor.cpp2219 if (surfaceNode.GetRenderProperties().IsAttractionValid()) { in CheckMergeDisplayDirtyByAttractionChanged()