Home
last modified time | relevance | path

Searched refs:rect_in_pixels (Results 1 – 1 of 1) sorted by relevance

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