OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_unit
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/massif/
ms_print
599
my ($y_label, $
y_unit
) = B_max_label($peak_mem_total_szB);
606
printf(" %2s\n", $
y_unit
);
ms_print.in
599
my ($y_label, $
y_unit
) = B_max_label($peak_mem_total_szB);
606
printf(" %2s\n", $
y_unit
);
/external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp
314
int
y_unit
= src_height / dest_height;
local
316
int area_unit =
y_unit
* x_unit;
330
for (int src_y = 0; src_y <
y_unit
; src_y ++) {
[
all
...]
Completed in 79 milliseconds