HomeSort by relevance Sort by last modified time
    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