OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_unit
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/massif/
ms_print.in
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");
/external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp
486
int
x_unit
= src_width / dest_width;
local
487
int area_unit = y_unit *
x_unit
;
501
int src_x_end = src_x_start +
x_unit
;
[
all
...]
Completed in 574 milliseconds