Home
last modified time | relevance | path

Searched refs:IsHeightInfinite (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drender_custom_paint.cpp93 if (canvasOnReadyEvent_ && (!drawSize_.IsHeightInfinite())) { in TriggerOnReadyEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dsize.h81 bool IsHeightInfinite() const in IsHeightInfinite() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Drender_xcomponent.cpp275 if (xcomponentSizeInitEvent_ && (!drawSize_.IsHeightInfinite())) { in Paint()
302 if (xcomponentSizeChangeEvent_ && (!drawSize_.IsHeightInfinite())) { in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg.cpp201 if (layoutParam.GetMaxSize().IsHeightInfinite()) { in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp610 if (layoutSetByParent.GetMaxSize().IsHeightInfinite() && viewPort_.Height() < childHeight) { in CalculateSelfLayoutSize()
613 …double flexHeight = layoutSetByParent.GetMaxSize().IsHeightInfinite() && !viewPort_.IsHeightInfini… in CalculateSelfLayoutSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.cpp111 if (maxSize.IsHeightInfinite()) { in DetermineStackSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drender_clock.cpp290 …_cast<uint8_t>(maxSize.IsWidthInfinite()) << 1) | static_cast<uint8_t>(maxSize.IsHeightInfinite()); in CalculateLayoutSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp914 isCrossInfinite_ = GetLayoutParam().GetMaxSize().IsHeightInfinite(); in InitFlexProperties()
916 isMainInfinite_ = GetLayoutParam().GetMaxSize().IsHeightInfinite(); in InitFlexProperties()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp429 static_cast<uint8_t>(imageComponentSize_.IsHeightInfinite()); in CalculateBackupImageSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp393 if (drawSize_.IsWidthInfinite() || drawSize_.IsHeightInfinite() || in OnSizeChanged()