Searched refs:dc_width (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dgdi_util.cc100 int dc_width = GetDeviceCaps(dc, HORZRES); local
104 if (dc_width >= page_width && dc_height >= page_height)
108 static_cast<double>(dc_width) / static_cast<double>(page_width);
/external/chromium_org/chrome/service/cloud_print/
H A Dprint_system_win.cc413 int dc_width = GetDeviceCaps(printer_dc_.Get(), PHYSICALWIDTH); local
415 gfx::Rect render_area(0, 0, dc_width, dc_height);

Completed in 855 milliseconds