OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dest_is_landscape
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/printing/
pdf_metafile_cg_mac.cc
188
const bool
dest_is_landscape
= (rect.size.width > rect.size.height);
local
190
params.autorotate ? (source_is_landscape !=
dest_is_landscape
) : false;
Completed in 29 milliseconds