OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetScaleAndBounds
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/gfx/
display_unittest.cc
21
display.
SetScaleAndBounds
(1.0f, gfx::Rect(10, 20, 50, 50));
39
display.
SetScaleAndBounds
(2.0f, gfx::Rect(0, 0, 140, 140));
44
display.
SetScaleAndBounds
(1.0f, gfx::Rect(0, 0, 100, 100));
display.cc
79
SetScaleAndBounds
(device_scale_factor_, bounds);
93
void Display::
SetScaleAndBounds
(
121
SetScaleAndBounds
(device_scale_factor_, gfx::Rect(origin, size_in_pixel));
display.h
91
void
SetScaleAndBounds
(float device_scale_factor,
screen_win.cc
32
display.
SetScaleAndBounds
(gfx::win::GetDeviceScaleFactor(), bounds);
/external/chromium_org/ui/aura/test/
test_screen.cc
43
display_.
SetScaleAndBounds
(device_scale_factor, bounds_in_pixel);
58
display_.
SetScaleAndBounds
(display_.device_scale_factor(), new_bounds);
155
display_.
SetScaleAndBounds
(1.0f, screen_bounds);
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_screen_x11.cc
60
gfx_display.
SetScaleAndBounds
(device_scale_factor, bounds_in_pixels);
355
display.
SetScaleAndBounds
(device_scale_factor, crtc_bounds);
/external/chromium_org/ash/display/
display_manager.cc
[
all
...]
Completed in 794 milliseconds