Searched refs:rowsWidth (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/frameworks/layout/ |
H A D | flex_layout.cpp | 83 uint16_t* rowsWidth, in GetRowStartPos() 86 GetStartPos(GetWidth(), pos, interval, count, rowsWidth, rowsChildNum); in GetRowStartPos() local 185 void FlexLayout::GetRowsWidth(uint16_t rowNum, uint16_t* rowsWidth, uint16_t* rowsChildNum) in GetRowsWidth() argument 195 if ((rowsWidth == nullptr) || (rowsChildNum == nullptr) || (rowNum > rowCount_)) { in GetRowsWidth() 206 rowsWidth[rowCount] = width; in GetRowsWidth() 213 rowsWidth[rowCount] = width; in GetRowsWidth() 265 uint16_t* rowsWidth = widthsBuf; in LayoutHorizontal() local 273 rowsWidth = new uint16_t[rowCount_](); in LayoutHorizontal() 279 GetRowsWidth(rowCount_, rowsWidth, rowsChildNum); in LayoutHorizontal() 280 GetRowStartPos(posX, interval, count, rowsWidth, rowsChildNu in LayoutHorizontal() 80 GetRowStartPos(int16_t& pos, int16_t& interval, int16_t count, uint16_t* rowsWidth, uint16_t* rowsChildNum) GetRowStartPos() argument [all...] |
/foundation/arkui/ui_lite/interfaces/kits/layout/ |
H A D | flex_layout.h | 124 void GetRowsWidth(uint16_t rowNum, uint16_t* rowsWidth, uint16_t* rowsChildNum); 126 uint16_t* rowsWidth, uint16_t* rowsChildNum);
|
Completed in 2 milliseconds