Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_filler.h156 …bool UpdateLength(float& len, float targetLen, int32_t& row, int32_t rowBound, float mainGap) cons…
H A Dgrid_irregular_filler.cpp185 bool GridIrregularFiller::UpdateLength(float& len, float targetLen, int32_t& row, int32_t rowBound,… in UpdateLength() argument
187 for (; row < rowBound; ++row) { in UpdateLength()