HomeSort by relevance Sort by last modified time
    Searched refs:dc_height (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
gdi_util.cc 101 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/
print_system_xps_win.cc 315 int dc_height = GetDeviceCaps(printer_dc_.Get(), PHYSICALHEIGHT); local
316 gfx::Rect render_area(0, 0, dc_width, dc_height);

Completed in 43 milliseconds