Home
last modified time | relevance | path

Searched refs:columnsHeight (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/layout/
H A Dflex_layout.cpp92 uint16_t* columnsHeight, in GetColumnStartPos()
95 GetStartPos(GetHeight(), pos, interval, count, columnsHeight, columnsChildNum); in GetColumnStartPos() local
373 void FlexLayout::GetColumnsHeight(uint16_t columnNum, uint16_t* columnsHeight, uint16_t* columnsChildNum) in GetColumnsHeight() argument
383 if ((columnsHeight == nullptr) || (columnsChildNum == nullptr) || (columnNum > columnCount_)) { in GetColumnsHeight()
394 columnsHeight[columnCount] = height; in GetColumnsHeight()
401 columnsHeight[columnCount] = height; in GetColumnsHeight()
453 uint16_t* columnsHeight = heightsBuf; in LayoutVertical() local
461 columnsHeight = new uint16_t[columnCount_](); in LayoutVertical()
467 GetColumnsHeight(columnCount_, columnsHeight, columnsChildNum); in LayoutVertical()
468 GetColumnStartPos(posY, interval, count, columnsHeight, columnsChildNu in LayoutVertical()
89 GetColumnStartPos(int16_t& pos, int16_t& interval, int16_t count, uint16_t* columnsHeight, uint16_t* columnsChildNum) GetColumnStartPos() argument
[all...]
/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dflex_layout.h129 void GetColumnsHeight(uint16_t columnNum, uint16_t* columnsHeight, uint16_t* columnsChildNum);
131 uint16_t* columnsHeight, uint16_t* columnsChildNum);

Completed in 2 milliseconds