Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_layout_range_solver_test.cpp45 auto res = solver.FindStartingRow(1.0f);
52 res = solver.FindStartingRow(1.0f);
58 res = solver.FindStartingRow(1.0f);
67 res = solver.FindStartingRow(1.0f);
74 res = solver.FindStartingRow(1.0f);
82 res = solver.FindStartingRow(1.0f);
179 res = solver.FindStartingRow(5.0f);
186 res = solver.FindStartingRow(5.0f);
218 res = solver.FindStartingRow(5.0f);
224 res = solver.FindStartingRow(5.0f);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/
H A Dgrid_layout_range_solver.h48 StartingRowInfo FindStartingRow(float mainGap);
H A Dgrid_layout_range_solver.cpp30 Result GridLayoutRangeSolver::FindStartingRow(float mainGap) in FindStartingRow() function in OHOS::Ace::NG::GridLayoutRangeSolver
H A Dgrid_irregular_layout_algorithm.cpp238 auto res = solver.FindStartingRow(mainGap_); in MeasureForward()
266 auto res = solver.FindStartingRow(mainGap_); in MeasureBackward()