Searched defs:bounds_origin_x (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/pdf/
H A Dpdf.cc122 // |bounds_origin_x|, |bounds_origin_y|, |bounds_width| and |bounds_height|
147 int bounds_origin_x,
164 dpi_x, dpi_y, pp::Rect(bounds_origin_x, bounds_origin_y, bounds_width,
141 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.cc209 int bounds_origin_x,
221 dc, dpi_x, dpi_y, bounds_origin_x,
232 int dpi_x, int dpi_y, int bounds_origin_x, int bounds_origin_y,
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 209 milliseconds