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

/external/chromium_org/pdf/
H A Dpdf_engine.h273 bool keep_aspect_ratio,
278 keep_aspect_ratio(keep_aspect_ratio),
286 bool keep_aspect_ratio; 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.cc134 // |keep_aspect_ratio| If any scaling is to be done is true, this flag
154 bool keep_aspect_ratio,
167 fit_to_bounds, stretch_to_bounds, keep_aspect_ratio, center_in_bounds,
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
/external/chromium_org/chrome/utility/
H A Dprinting_handler.cc215 bool keep_aspect_ratio,
224 keep_aspect_ratio, center_in_bounds,
234 bool stretch_to_bounds, bool keep_aspect_ratio, bool center_in_bounds,
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 1495 milliseconds