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

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

Completed in 143 milliseconds