Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/
Ddisplay_unittest.cc21 display.SetScaleAndBounds(1.0f, gfx::Rect(10, 20, 50, 50)); in TEST()
39 display.SetScaleAndBounds(2.0f, gfx::Rect(0, 0, 140, 140)); in TEST()
44 display.SetScaleAndBounds(1.0f, gfx::Rect(0, 0, 100, 100)); in TEST()
Ddisplay.cc79 SetScaleAndBounds(device_scale_factor_, bounds); in Display()
93 void Display::SetScaleAndBounds( in SetScaleAndBounds() function in gfx::Display
121 SetScaleAndBounds(device_scale_factor_, gfx::Rect(origin, size_in_pixel)); in SetSize()
Ddisplay.h91 void SetScaleAndBounds(float device_scale_factor,
Dscreen_win.cc32 display.SetScaleAndBounds(gfx::win::GetDeviceScaleFactor(), bounds); in GetDisplay()
/external/chromium_org/ui/aura/test/
Dtest_screen.cc43 display_.SetScaleAndBounds(device_scale_factor, bounds_in_pixel); in SetDeviceScaleFactor()
58 display_.SetScaleAndBounds(display_.device_scale_factor(), new_bounds); in SetUIScale()
155 display_.SetScaleAndBounds(1.0f, screen_bounds); in TestScreen()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_screen_x11.cc60 gfx_display.SetScaleAndBounds(device_scale_factor, bounds_in_pixels); in GetFallbackDisplayList()
355 display.SetScaleAndBounds(device_scale_factor, crtc_bounds); in BuildDisplaysFromXRandRInfo()
/external/chromium_org/ash/display/
Ddisplay_manager.cc954 new_display.SetScaleAndBounds( in CreateDisplayFromDisplayInfoById()