Searched refs:max_vert_fill (Results 1 – 1 of 1) sorted by relevance
1267 uint max_vert_fill = 0; // Biggest vertical fill step. in SetupSmallestSize() local1271 max_vert_fill = std::max(max_vert_fill, child_wid->GetVerticalStepSize(ST_SMALLEST)); in SetupSmallestSize()1275 …[[maybe_unused]] uint max_smallest = this->smallest_y + 3 * max_vert_fill; // Upper limit to compu… in SetupSmallestSize()