Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Dscreen_android.cc36 const gfx::Rect bounds_in_pixels = in GetPrimaryDisplay() local
42 bounds_in_pixels.size(), 1.0f / device_scale_factor))); in GetPrimaryDisplay()
/external/chromium_org/ui/views/widget/
Dnative_widget_win.cc249 gfx::Rect bounds_in_pixels = message_handler_->GetWindowBoundsInScreen(); in GetWindowBoundsInScreen() local
250 return gfx::win::ScreenToDIPRect(bounds_in_pixels); in GetWindowBoundsInScreen()
254 gfx::Rect bounds_in_pixels = message_handler_->GetClientAreaBoundsInScreen(); in GetClientAreaBoundsInScreen() local
255 return gfx::win::ScreenToDIPRect(bounds_in_pixels); in GetClientAreaBoundsInScreen()
259 gfx::Rect bounds_in_pixels = message_handler_->GetRestoredBounds(); in GetRestoredBounds() local
260 return gfx::win::ScreenToDIPRect(bounds_in_pixels); in GetRestoredBounds()
265 gfx::Rect bounds_in_pixels( in SetBounds() local
268 message_handler_->SetBounds(bounds_in_pixels); in SetBounds()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_screen_x11.cc54 gfx::Rect bounds_in_pixels(0, 0, width, height); in GetFallbackDisplayList() local
55 gfx::Display gfx_display(0, bounds_in_pixels); in GetFallbackDisplayList()
60 gfx_display.SetScaleAndBounds(device_scale_factor, bounds_in_pixels); in GetFallbackDisplayList()
Ddesktop_native_widget_aura.cc646 gfx::Rect bounds_in_pixels( in SetBounds() local
649 desktop_root_window_host_->AsRootWindowHost()->SetBounds(bounds_in_pixels); in SetBounds()
/external/chromium_org/ui/views/win/
Dhwnd_message_handler.cc574 void HWNDMessageHandler::SetBounds(const gfx::Rect& bounds_in_pixels) { in SetBounds() argument
578 SetWindowPos(hwnd(), NULL, bounds_in_pixels.x(), bounds_in_pixels.y(), in SetBounds()
579 bounds_in_pixels.width(), bounds_in_pixels.height(), in SetBounds()
Dhwnd_message_handler.h132 void SetBounds(const gfx::Rect& bounds_in_pixels);