Home
last modified time | relevance | path

Searched refs:IsWidthInfinite (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dsize.h76 bool IsWidthInfinite() const in IsWidthInfinite() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg.cpp187 if (layoutParam.GetMaxSize().IsWidthInfinite()) { in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp583 if (layoutSetByParent.GetMaxSize().IsWidthInfinite() && viewPort_.Width() < childWidth) { in CalculateSelfLayoutSize()
586 …double flexWidth = layoutSetByParent.GetMaxSize().IsWidthInfinite() && !viewPort_.IsWidthInfinite() in CalculateSelfLayoutSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.cpp108 if (maxSize.IsWidthInfinite()) { in DetermineStackSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drender_clock.cpp290 …(static_cast<uint8_t>(maxSize.IsWidthInfinite()) << 1) | static_cast<uint8_t>(maxSize.IsHeightInfi… in CalculateLayoutSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp913 isMainInfinite_ = GetLayoutParam().GetMaxSize().IsWidthInfinite(); in InitFlexProperties()
917 isCrossInfinite_ = GetLayoutParam().GetMaxSize().IsWidthInfinite(); in InitFlexProperties()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp428 uint8_t infiniteStatus = (static_cast<uint8_t>(imageComponentSize_.IsWidthInfinite()) << 1) | in CalculateBackupImageSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp393 if (drawSize_.IsWidthInfinite() || drawSize_.IsHeightInfinite() || in OnSizeChanged()