Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_utils.h45 …static float GetCrossGap(const RefPtr<GridLayoutProperty>& props, const SizeF& frameSize, Axis axi…
H A Dgrid_utils.cpp68 float GridUtils::GetCrossGap(const RefPtr<GridLayoutProperty>& props, const SizeF& frameSize, Axis … in GetCrossGap() function in OHOS::Ace::NG::GridUtils
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_layout_algorithm.cpp112 crossGap_ = GridUtils::GetCrossGap(props, contentSize, info_.axis_); in Init()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp1526 …float itemCrossSize = GridUtils::GetCrossGap(gridLayoutProperty, frameSize, axis_) * (crossSpan - … in CreateChildConstraint()