Searched refs:double_width_ranges (Results 1 – 1 of 1) sorted by relevance
185 double_width_ranges = ranges_optimize(width_map, 2)187 return zero_width_ranges, double_width_ranges189 def write_tables(zero_width_ranges, double_width_ranges, out_file=DEFAULT_OUT_FILE): argument218 double_width_bmp, double_width_non_bmp = split_ranges_by_size(double_width_ranges)298 zero_width_ranges, double_width_ranges = create_width_tables() variable299 write_tables(zero_width_ranges, double_width_ranges, out_file=args.output_file)303 double_width_count = sum(end - start + 1 for start, end in double_width_ranges)
Completed in 4 milliseconds