HomeSort by relevance Sort by last modified time
    Searched full:rect_in_pixels (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc 152 gfx::Rect rect_in_pixels = gfx::win::DIPToScreenRect(*rect); local
154 WPARAM wparam = MAKEWPARAM(rect_in_pixels.x(), rect_in_pixels.y());
155 lparam = MAKELPARAM(rect_in_pixels.width(), rect_in_pixels.height());

Completed in 52 milliseconds