Searched refs:FillParameters (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_irregular_filler.h | 42 struct FillParameters { struct 61 FillResult Fill(const FillParameters& params, float targetLen, int32_t startingLine); 70 void FillToTarget(const FillParameters& params, int32_t targetIdx, int32_t startingLine); 103 float MeasureBackward(const FillParameters& params, float targetLen, int32_t startingLine); 114 …void MeasureBackwardToTarget(const FillParameters& params, int32_t targetLine, int32_t startingLin… 126 void MeasureLineWithIrregulars(const FillParameters& params, int32_t line); 137 const FillParameters& params, int32_t itemIdx, int32_t col, int32_t row, bool isCache); 207 void BackwardImpl(std::unordered_set<int32_t>& measured, const FillParameters& params);
|
H A D | grid_irregular_filler.cpp | 37 Result GridIrregularFiller::Fill(const FillParameters& params, float targetLen, int32_t startingLin… in Fill() 69 void GridIrregularFiller::FillToTarget(const FillParameters& params, int32_t targetIdx, int32_t sta… in FillToTarget() 202 const FillParameters& params, int32_t itemIdx, int32_t col, int32_t row, bool isCache) in MeasureItem() 269 float GridIrregularFiller::MeasureBackward(const FillParameters& params, float targetLen, int32_t s… in MeasureBackward() 288 const FillParameters& params, int32_t targetLine, int32_t startingLine) in MeasureBackwardToTarget() 301 void GridIrregularFiller::MeasureLineWithIrregulars(const FillParameters& params, const int32_t lin… in MeasureLineWithIrregulars() 327 void GridIrregularFiller::BackwardImpl(std::unordered_set<int32_t>& measured, const FillParameters&… in BackwardImpl()
|
H A D | grid_irregular_layout_algorithm.cpp | 490 using FillParams = GridIrregularFiller::FillParameters; 659 … .MeasureItem(GridIrregularFiller::FillParameters { crossLens, crossGap, mainGap }, in PreloadItems()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/ |
H A D | grid_irregular_filler_test.cpp | 250 GridIrregularFiller::FillParameters params { 289 GridIrregularFiller::FillParameters params {
|