OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLetterHeightInch
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/printing/
units.h
28
const float
kLetterHeightInch
= 11.0f;
print_settings_initializer_gtk.cc
47
double page_height_in_pixel =
kLetterHeightInch
* dpi;
printing_context_no_system_dialog.cc
65
kLetterHeightInch
* settings_.device_units_per_inch());
printing_context_android.cc
160
kLetterHeightInch
* settings_.device_units_per_inch());
printing_context_win.cc
298
gfx::SizeF paper_size(kLetterWidthInch,
kLetterHeightInch
);
Completed in 30 milliseconds