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

/external/chromium_org/printing/
H A Dmetafile.h51 // |autorotate| specifies whether the source PDF should be autorotated to fit
59 autorotate(false) {
66 bool autorotate; member in struct:printing::MetafilePlayer::MacRenderPageParams
H A Dpdf_render_settings.h18 // bool - autorotate pages to fit paper
24 PdfRenderSettings(gfx::Rect area, int dpi, bool autorotate) argument
25 : PdfRenderSettingsBase(area, dpi, autorotate) {}
30 bool autorotate() const { return c; } function in class:printing::PdfRenderSettings
/external/chromium_org/pdf/
H A Dpdf_engine.h275 bool autorotate)
279 center_in_bounds(center_in_bounds), autorotate(autorotate) {
288 bool autorotate; member in struct:chrome_pdf::PDFEngineExports::RenderingSettings
268 RenderingSettings(int dpi_x, int dpi_y, const pp::Rect& bounds, bool fit_to_bounds, bool stretch_to_bounds, bool keep_aspect_ratio, bool center_in_bounds, bool autorotate) argument
H A Dpdf.cc139 // |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);
142 RenderPDFPageToDC(const void* pdf_buffer, int buffer_size, int page_number, HDC dc, int dpi_x, int dpi_y, int bounds_origin_x, int bounds_origin_y, int bounds_width, int bounds_height, bool fit_to_bounds, bool stretch_to_bounds, bool keep_aspect_ratio, bool center_in_bounds, bool autorotate) argument
246 RenderPDFPageToBitmap(const void* pdf_buffer, int pdf_buffer_size, int page_number, void* bitmap_buffer, int bitmap_width, int bitmap_height, int dpi, bool autorotate) argument
/external/chromium_org/chrome/utility/
H A Dprinting_handler.cc93 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())) {
85 RenderPDFPageToBitmap(const void* pdf_buffer, int pdf_buffer_size, int page_number, void* bitmap_buffer, int bitmap_width, int bitmap_height, int dpi_x, int dpi_y, bool autorotate) argument
203 RenderPDFPageToDC(const void* pdf_buffer, int buffer_size, int page_number, HDC dc, int dpi_x, int dpi_y, int bounds_origin_x, int bounds_origin_y, int bounds_width, int bounds_height, bool fit_to_bounds, bool stretch_to_bounds, bool keep_aspect_ratio, bool center_in_bounds, bool autorotate) argument

Completed in 282 milliseconds