Searched defs:bounds_in_pixel (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
H A Ddisplay.cc132 const gfx::Rect& bounds_in_pixel) {
144 gfx::ToFlooredPoint(gfx::ScalePoint(bounds_in_pixel.origin(),
146 gfx::ToFlooredSize(gfx::ScaleSize(bounds_in_pixel.size(),
130 SetScaleAndBounds( float device_scale_factor, const gfx::Rect& bounds_in_pixel) argument
/external/chromium_org/content/browser/renderer_host/
H A Dlegacy_render_widget_host_win.cc83 gfx::Rect bounds_in_pixel = gfx::win::DIPToScreenRect(bounds); local
84 ::SetWindowPos(hwnd(), NULL, bounds_in_pixel.x(), bounds_in_pixel.y(),
85 bounds_in_pixel.width(), bounds_in_pixel.height(),

Completed in 94 milliseconds