Searched refs:allocatedRowSizes_ (Results 1 – 2 of 2) sorted by relevance
274 auto allocatedPositionY = allocatedRowSizes_[row] + (row + rowSpan - 1) * rowGap_; in SetChildPosition()865 allocatedRowSizes_.clear(); in PerformLayout()866 allocatedRowSizes_.insert(allocatedRowSizes_.begin(), rowCount_ + 1, 0.0); in PerformLayout()878 allocatedRowSizes_.back() + (rowCount_ - 1) * rowGap_))); in PerformLayout()2479 …allocatedRowSizes_[rowIndex + itemRowSpan] = allocatedRowSizes_[rowIndex] + item->GetLayoutSize().… in RefreshAllocatedRowSizes()
445 std::vector<double> allocatedRowSizes_; variable