Searched refs:x_unit (Results 1 – 2 of 2) sorted by relevance
605 my ($x_label, $x_unit);606 if ($time_unit eq "i") { ($x_label, $x_unit) = i_max_label($end_time) }607 elsif ($time_unit eq "ms") { ($x_label, $x_unit) = t_max_label($end_time) }608 elsif ($time_unit eq "B") { ($x_label, $x_unit) = B_max_label($end_time) }626 print("$x_unit\n");
317 int x_unit = src_width / dest_width; in _StretchMonoToGray() local318 int area_unit = y_unit * x_unit; in _StretchMonoToGray()330 int src_x_end = src_x_start + x_unit; in _StretchMonoToGray()