Searched defs:center_in_bounds (Results 1 - 3 of 3) sorted by last modified time

/external/chromium_org/pdf/
H A Dpdf.cc137 // |center_in_bounds| specifies whether the final image (after any scaling is
155 bool center_in_bounds,
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
H A Dpdf_engine.h274 bool center_in_bounds,
279 center_in_bounds(center_in_bounds), autorotate(autorotate) {
287 bool center_in_bounds; 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
/external/chromium_org/chrome/utility/
H A Dprinting_handler.cc216 bool center_in_bounds,
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 4475 milliseconds