Searched refs:heightPerRow (Results 1 – 1 of 1) sorted by relevance
229 float heightPerRow = (childHeight - (params.mainGap * (itemSize.rows - 1))) / itemSize.rows; in MeasureItem() local231 info_->lineHeightMap_[row + i] = std::max(info_->lineHeightMap_[row + i], heightPerRow); in MeasureItem()