HomeSort by relevance Sort by last modified time
    Searched refs:autorotate (Results 1 - 9 of 9) 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
metafile.h 56 // |autorotate| specifies whether the source PDF should be autorotated to fit
64 autorotate(false) {
71 bool autorotate; member in struct:printing::Metafile::MacRenderPageParams
printed_document_mac.cc 36 params.autorotate = true;
pdf_metafile_cg_mac.cc 190 params.autorotate ? (source_is_landscape != dest_is_landscape) : false;
  /external/chromium_org/pdf/
pdf.cc 138 // |autorotate| specifies whether the final image should be rotated to match
155 bool autorotate) {
167 autorotate);
211 // |autorotate| specifies whether the final image should be rotated to match
222 bool autorotate) {
235 autorotate);
pdf_engine.h 278 bool autorotate)
282 center_in_bounds(center_in_bounds), autorotate(autorotate) {
291 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);
395 settings.autorotate())) {
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 208 bool autorotate);
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc     [all...]

Completed in 88 milliseconds