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

/external/chromium_org/components/metrics/gpu/
H A Dgpu_metrics_provider.cc35 double dpi_y = (size_y > 0) ? local
38 screen_info->max_dpi_y = std::max(dpi_y, screen_info->max_dpi_y);
/external/chromium_org/pdf/
H A Dpdf_engine.h269 int dpi_y,
276 : dpi_x(dpi_x), dpi_y(dpi_y), bounds(bounds),
282 int dpi_y; 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.cc120 // |dpi_x| and |dpi_y| are the x and y resolutions respectively. If either
147 int dpi_y,
165 dpi_x, dpi_y, pp::Rect(bounds_origin_x, bounds_origin_y, bounds_width,
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/ui/gfx/win/
H A Ddpi.cc120 static int dpi_y = 0; local
130 dpi_y = GetDeviceCaps(screen_dc, LOGPIXELSY);
132 return Size(dpi_x, dpi_y);
/external/chromium_org/chrome/utility/
H A Dprinting_handler.cc92 int dpi_y,
98 bitmap_height, dpi_x, dpi_y, autorotate);
127 int dpi_y,
208 int dpi_y,
221 dc, dpi_x, dpi_y, bounds_origin_x,
232 int dpi_x, int dpi_y, int bounds_origin_x, int bounds_origin_y,
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 4795 milliseconds