Home
last modified time | relevance | path

Searched refs:x_unit (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/massif/
Dms_print.in605 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");
/external/pdfium/core/fxge/win32/
Dfx_win32_gdipext.cpp551 int x_unit = src_width / dest_width; in StretchMonoToGray() local
552 int area_unit = y_unit * x_unit; in StretchMonoToGray()
566 int src_x_end = src_x_start + x_unit; in StretchMonoToGray()