Searched defs:cellLength (Results 1 – 8 of 8) sorted by relevance
105 void AddCells(int32_t x, uint32_t cellLength, const uint8_t* covers) in AddCells()
55 auto cellLength = gridLayoutProperty->GetCellLength(); in Measure() local
238 void SetCellLength(int32_t cellLength) in SetCellLength()
477 void JSGrid::CellLength(int32_t cellLength) in CellLength()
471 void GridModelNG::SetCellLength(FrameNode* frameNode, int32_t cellLength) in SetCellLength()
238 void SetGridCellLength(ArkUINodeHandle node, int32_t cellLength) in SetGridCellLength()
496 int32_t cellLength = arg_cellLength->Int32Value(vm); in SetCellLength() local
5993 cellLength(value) { method in ArkGridComponent