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

/external/chromium_org/components/metrics/gpu/
H A Dgpu_metrics_provider.cc33 double dpi_x = (size_x > 0) ? local
37 screen_info->max_dpi_x = std::max(dpi_x, screen_info->max_dpi_x);
/external/chromium_org/pdf/
H A Dpdf_engine.h268 RenderingSettings(int dpi_x, argument
276 : dpi_x(dpi_x), dpi_y(dpi_y), bounds(bounds),
281 int dpi_x; member in struct:chrome_pdf::PDFEngineExports::RenderingSettings
H A Dpdf.cc120 // |dpi_x| and |dpi_y| are the x and y resolutions respectively. If either
146 int dpi_x,
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.cc119 static int dpi_x = 0; local
129 dpi_x = GetDeviceCaps(screen_dc, LOGPIXELSX);
132 return Size(dpi_x, dpi_y);
/external/chromium_org/chrome/utility/
H A Dprinting_handler.cc91 int dpi_x,
98 bitmap_height, dpi_x, dpi_y, autorotate);
126 int dpi_x,
207 int dpi_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,
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 202 milliseconds