Searched refs:filler (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/ |
H A D | grid_irregular_filler_test.cpp | 37 filler.posX_ = 1; 38 filler.posY_ = 0; 40 EXPECT_EQ(filler.posX_, 0); 41 EXPECT_EQ(filler.posY_, 1); 52 filler.posX_ = 0; 53 filler.posY_ = 1; 179 filler.FillOne(0); 185 filler.FillOne(1); 194 filler.FillOne(2); 219 filler.FillOne(i); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_irregular_layout_algorithm.cpp | 233 GridIrregularFiller filler(&info_, wrapper_); in MeasureForward() local 262 GridIrregularFiller filler(&info_, wrapper_); in MeasureBackward() local 317 GridIrregularFiller filler(&info_, wrapper_); in Jump() local 471 GridIrregularFiller filler(&info_, wrapper_); in FindJumpLineIdx() local 476 jumpLine = filler.FillMatrixOnly(jumpIdx); in FindJumpLineIdx() 496 GridIrregularFiller filler(&info_, wrapper_); in PrepareLineHeight() local 574 GridIrregularFiller filler(&info_, wrapper_); in SkipLinesForward() local 593 GridIrregularFiller filler(&info_, wrapper_); in MeasureToTarget() local 623 GridIrregularFiller filler(&info_, wrapper_); in SyncPreloadItems() local 644 GridIrregularFiller filler(&info_, wrapper_); in PreloadItems() local [all …]
|