Home
last modified time | relevance | path

Searched defs:colSpan (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/Documentation/sphinx/
H A DrstFlatTable.py105 class colSpan(nodes.General, nodes.Element): pass # pylint: disable=C0103,C0321 class
/kernel/linux/linux-6.6/Documentation/sphinx/
H A DrstFlatTable.py95 class colSpan(nodes.General, nodes.Element): pass # pylint: disable=C0103,C0321 class
/third_party/node/deps/npm/node_modules/cli-table3/src/
H A Dlayout-manager.js[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp102 bool GridLayoutAlgorithm::CheckGridPlaced(int32_t index, int32_t row, int32_t col, int32_t& rowSpan, int32_t& colSpan) in CheckGridPlaced() argument
33 CreateChildConstraint(const SizeF& idealSize, const RefPtr<GridLayoutProperty>& layoutProperty, int32_t row, int32_t col, int32_t& rowSpan, int32_t& colSpan, const RefPtr<LayoutProperty>& childLayoutProperty) const CreateChildConstraint() argument
170 ComputeItemPosition(LayoutWrapper* layoutWrapper, int32_t row, int32_t col, int32_t& rowSpan, int32_t& colSpan, const RefPtr<LayoutWrapper>& childLayoutWrapper) const ComputeItemPosition() argument
376 PrintConflictingPositionLog( int32_t itemIndex, GridItemRect rect, int32_t rowIndex, int32_t colIndex, int32_t rowSpan, int32_t colSpan) PrintConflictingPositionLog() argument
[all...]

Completed in 3 milliseconds