Searched refs:row_iter (Results 1 – 1 of 1) sorted by relevance
347 auto row_iter = vertical_stretch_regions.begin(); in CalculateRegionColors() local349 if (row_iter != vertical_stretch_regions.end()) { in CalculateRegionColors()350 if (next_top != row_iter->start) { in CalculateRegionColors()354 bounds.bottom = row_iter->start + 1; in CalculateRegionColors()355 next_top = row_iter->start; in CalculateRegionColors()359 bounds.top = row_iter->start + 1; in CalculateRegionColors()360 bounds.bottom = row_iter->end + 1; in CalculateRegionColors()361 next_top = row_iter->end; in CalculateRegionColors()362 ++row_iter; in CalculateRegionColors()