Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp309 inline float AddLinesInBetween(int32_t prevIdx, int32_t idx, int32_t crossCount, float lineHeight) in AddLinesInBetween() function
372 totalHeight += AddLinesInBetween(lastIndex, idx, crossCount_, regularHeight); in GetContentHeight()
376 totalHeight += AddLinesInBetween(lastIndex, endIdx, crossCount_, regularHeight); in GetContentHeight()
451 float height = AddLinesInBetween(lastIndex, idx, crossCount_, regularHeight); in SkipStartIndexByOffset()