OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HeightInInches
(Results
1 - 6
of
6
) sorted by null
/packages/services/BuiltInPrintService/jni/plugins/
media.h
34
const float
HeightInInches
; // Height in thousands of an inch
lib_pclm.c
73
_MI_TO_POINTS(SupportedMediaSizes[i].
HeightInInches
));
lib_pwg.c
116
_MI_TO_POINTS(SupportedMediaSizes[i].
HeightInInches
));
/packages/services/BuiltInPrintService/jni/lib/
printable_area.c
41
job_params->page_height = SupportedMediaSizes[i].
HeightInInches
/ 1000;
/packages/services/BuiltInPrintService/jni/ipphelper/
ipp_print.c
147
*mediaHeight = floorf(_MI_TO_100MM(SupportedMediaSizes[i].
HeightInInches
));
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genPCLm.cpp
[
all
...]
Completed in 101 milliseconds