Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drosen_render_stack.cpp30 if ((GetOverflowFlag() == Overflow::CLIP) && IsChildOverflow()) { in PerformLayout()
H A Drender_stack.h41 bool IsChildOverflow() const in IsChildOverflow() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.h108 bool IsChildOverflow() const in IsChildOverflow() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp232 bool childOverflow = flex ? isChildOverflow_ || flex->IsChildOverflow() : isChildOverflow_; in PerformLayout()