Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dsize.h76 bool IsWidthInfinite() const in IsWidthInfinite() function in OHOS::Ace::Size
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg.cpp187 if (layoutParam.GetMaxSize().IsWidthInfinite()) { in PerformLayout()
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.cpp108 if (maxSize.IsWidthInfinite()) { in DetermineStackSize()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp583 if (layoutSetByParent.GetMaxSize().IsWidthInfinite() && viewPort_.Width() < childWidth) {
586 double flexWidth = layoutSetByParent.GetMaxSize().IsWidthInfinite() && !viewPort_.IsWidthInfinite()
/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.IsHeightInfinite()); in CalculateLayoutSize()
/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()
/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()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp392 if (drawSize_.IsWidthInfinite() || drawSize_.IsHeightInfinite() || in OnSizeChanged()

Completed in 17 milliseconds