Searched defs:dest_is_landscape (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/printing/
H A Dpdf_metafile_cg_mac.cc188 const bool dest_is_landscape = (rect.size.width > rect.size.height); local
190 params.autorotate ? (source_is_landscape != dest_is_landscape) : false;

Completed in 93 milliseconds