HomeSort by relevance Sort by last modified time
    Searched full:autorotate (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/printing/
pdf_render_settings.h 18 // bool - autorotate pages to fit paper
24 PdfRenderSettings(gfx::Rect area, int dpi, bool autorotate)
25 : PdfRenderSettingsBase(area, dpi, autorotate) {}
30 bool autorotate() const { return c; } function in class:printing::PdfRenderSettings
printed_document_mac.cc 36 params.autorotate = true;
metafile.h 51 // |autorotate| specifies whether the source PDF should be autorotated to fit
59 autorotate(false) {
66 bool autorotate; member in struct:printing::MetafilePlayer::MacRenderPageParams
pdf_metafile_cg_mac.cc 190 params.autorotate ? (source_is_landscape != dest_is_landscape) : false;
  /external/chromium_org/pdf/
pdf.cc 139 // |autorotate| specifies whether the final image should be rotated to match
156 bool autorotate) {
168 autorotate);
242 // |autorotate| specifies whether the final image should be rotated to match
253 bool autorotate) {
266 autorotate);
pdf_engine.h 275 bool autorotate)
279 center_in_bounds(center_in_bounds), autorotate(autorotate) {
288 bool autorotate; member in struct:chrome_pdf::PDFEngineExports::RenderingSettings
  /external/chromium_org/chrome/utility/
printing_handler.cc 93 bool autorotate) {
98 bitmap_height, dpi_x, dpi_y, autorotate);
128 bool autorotate);
217 bool autorotate) {
225 autorotate);
235 bool autorotate);
387 pdf_rendering_settings_.autorotate())) {
  /external/jhead/
jhead.c 85 static int AutoRotate = FALSE;
815 if (ApplyCommand || AutoRotate){
839 if (AutoRotate){
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.cc 681 // by autorotate.
  /external/chromium_org/chrome/browser/printing/
print_preview_pdf_generated_browsertest.cc 588 bool autorotate);
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 205 bool autorotate);
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc     [all...]

Completed in 2556 milliseconds