Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drosen_render_data_panel.h37 bool IsRepaintBoundary() const override in IsRepaintBoundary() function
39 return RenderNode::IsRepaintBoundary(); in IsRepaintBoundary()
51 bool IsRepaintBoundary() const override in IsRepaintBoundary() function
53 return RenderNode::IsRepaintBoundary(); in IsRepaintBoundary()
H A Drender_data_panel.h112 bool IsRepaintBoundary() const override in IsRepaintBoundary() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drosen_render_focus_animation.h36 bool IsRepaintBoundary() const override in IsRepaintBoundary() function
38 return RenderNode::IsRepaintBoundary(); in IsRepaintBoundary()
H A Drender_focus_animation.h49 bool IsRepaintBoundary() const override in IsRepaintBoundary() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_defs.h30 bool IsRepaintBoundary() const override in IsRepaintBoundary() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drosen_render_clock.h47 bool IsRepaintBoundary() const override in IsRepaintBoundary() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/root/
H A Drender_root.h51 bool IsRepaintBoundary() const override in IsRepaintBoundary() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Drender_texture.h41 bool IsRepaintBoundary() const override in IsRepaintBoundary() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.h111 bool IsRepaintBoundary() const override in IsRepaintBoundary() function
113 return RenderNode::IsRepaintBoundary(); in IsRepaintBoundary()
H A Drender_custom_paint.h124 bool IsRepaintBoundary() const override in IsRepaintBoundary() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h532 virtual bool IsRepaintBoundary() const in IsRepaintBoundary() function
1279 if (visible_ && !hidden_ && IsRepaintBoundary()) { in AddDirtyRenderBoundaryNode()
H A Drender_node.cpp664 if (IsRepaintBoundary()) { in MarkNeedRender()