Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp354 void RSFilterDrawable::MarkBlurIntersectWithDRM(bool intersectWithDRM, bool isDark) in MarkBlurIntersectWithDRM() argument
356 stagingIntersectWithDRM_ = intersectWithDRM; in MarkBlurIntersectWithDRM()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h762 void MarkBlurIntersectWithDRM(bool intersectWithDRM, bool isDark);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp4237 void RSRenderNode::MarkBlurIntersectWithDRM(bool intersectWithDRM, bool isDark) in MarkBlurIntersectWithDRM() argument
4242 filterDrawable->MarkBlurIntersectWithDRM(intersectWithDRM, isDark); in MarkBlurIntersectWithDRM()