Searched refs:irregular (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | BUILD.gn | 43 "irregular/grid_irregular_filler_test.cpp", 44 "irregular/grid_irregular_layout_test.cpp", 45 "irregular/grid_layout_range_solver_test.cpp", 46 "irregular/irregular_matrics.cpp",
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ |
H A D | BUILD.gn | 152 "grid/irregular/grid_irregular_filler.cpp", 153 "grid/irregular/grid_irregular_layout_algorithm.cpp", 154 "grid/irregular/grid_layout_range_solver.cpp", 155 "grid/irregular/grid_layout_utils.cpp",
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_layout_info.h | 101 bool IsOutOfEnd(float mainGap, bool irregular) const;
|
H A D | grid_layout_info.cpp | 157 bool GridLayoutInfo::IsOutOfEnd(float mainGap, bool irregular) const in IsOutOfEnd() 160 if (irregular) { in IsOutOfEnd()
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-safe-area-insets.md | 10 …ets, so that the web page can be properly displayed on a device with an irregular shaped screen in…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.cpp | 2265 auto irregular = gridLayoutInfo_.irregularLines_.find(lineIndex); in IsIrregularLine() local 2266 if (irregular != gridLayoutInfo_.irregularLines_.end() && irregular->second) { in IsIrregularLine()
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-drawing-customization-on-canvas.md | 306 - Draw an irregular shape.
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/ |
H A D | BUILD.gn | 709 "$ace_root/frameworks/core/components_ng/pattern/grid/irregular/grid_irregular_filler.cpp", 710 …"$ace_root/frameworks/core/components_ng/pattern/grid/irregular/grid_irregular_layout_algorithm.cp… 711 "$ace_root/frameworks/core/components_ng/pattern/grid/irregular/grid_layout_range_solver.cpp", 712 "$ace_root/frameworks/core/components_ng/pattern/grid/irregular/grid_layout_utils.cpp",
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-grid.md | 60 | irregularIndexes | number[] | No | Indexes of the grid item with an irregular size in the grid.… 61 …] | No | Number of rows and columns occupied by the grid item with an irregular size. This param…
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | appfreeze-guidelines.md | 668 In this case, the stacks are irregular because they are captured during thread running, which indic…
|