Home
last modified time | relevance | path

Searched refs:FindItemTopRow (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.cpp318 topRow = std::min(FindItemTopRow(it->first, c), topRow); in MeasureLineWithIrregulars()
342 const int32_t topRow = FindItemTopRow(posY_, c); in BackwardImpl()
349 int32_t GridIrregularFiller::FindItemTopRow(int32_t row, int32_t col) const in FindItemTopRow() function in OHOS::Ace::NG::GridIrregularFiller
H A Dgrid_irregular_filler.h216 int32_t FindItemTopRow(int32_t row, int32_t col) const;