OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
153
gfx::Rect
rect_in_pixels
= gfx::win::DIPToScreenRect(*rect);
local
155
WPARAM wparam = MAKEWPARAM(
rect_in_pixels
.x(),
rect_in_pixels
.y());
156
lparam = MAKELPARAM(
rect_in_pixels
.width(),
rect_in_pixels
.height());
Completed in 69 milliseconds