Home
last modified time | relevance | path

Searched refs:IsValueInfinite (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dsize.h35 inline static bool IsValueInfinite(double inputValue) in IsValueInfinite() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp612 mainLen += Size::IsValueInfinite(maxMainSize) ? GetSize(viewPort_) : maxMainSize; in MakeInnerLayoutParam()