Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_irregular_filler_test.cpp35 EXPECT_FALSE(filler.AdvancePos());
39 EXPECT_FALSE(filler.AdvancePos());
47 EXPECT_FALSE(filler.AdvancePos());
55 EXPECT_TRUE(filler.AdvancePos());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_irregular_filler.h189 bool AdvancePos();
H A Dgrid_irregular_filler.cpp147 while (AdvancePos()) { in FindNextItem()
167 bool GridIrregularFiller::AdvancePos() in AdvancePos() function in OHOS::Ace::NG::GridIrregularFiller