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

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

Completed in 60 milliseconds