Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dflutter_render_context.cpp64 … if (!(child->IsPaintOutOfParent() || canChildOverflow) && !estimatedRect_.IsIntersectWith(rect)) { in PaintChild()
H A Drosen_render_context.cpp76 … if (!(child->IsPaintOutOfParent() || canChildOverflow) && !estimatedRect_.IsIntersectWith(rect)) { in PaintChild()
H A Drender_node.h1061 bool IsPaintOutOfParent();
H A Drender_node.cpp2011 bool RenderNode::IsPaintOutOfParent() in IsPaintOutOfParent() function in OHOS::Ace::RenderNode