Searched refs:width_data (Results 1 – 1 of 1) sorted by relevance
163 def ranges_optimize(width_data, target_width): argument164 points = sorted([cp for cp, width in width_data.items() if width == target_width])