Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_filler.cpp311 int32_t topRow = line; in MeasureLineWithIrregulars() local
314 topRow = 0; in MeasureLineWithIrregulars()
318 topRow = std::min(FindItemTopRow(it->first, c), topRow); in MeasureLineWithIrregulars()
322 if (topRow < line) { in MeasureLineWithIrregulars()
323 MeasureBackwardToTarget(params, topRow, line); in MeasureLineWithIrregulars()
342 const int32_t topRow = FindItemTopRow(posY_, c); in BackwardImpl() local
343 MeasureItem(params, itemIdx, c, topRow, false); in BackwardImpl()