OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bounds_in_pixel
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/aura/test/
test_screen.cc
53
gfx::Rect
bounds_in_pixel
(display_.GetSizeInPixel());
54
display_.SetScaleAndBounds(device_scale_factor,
bounds_in_pixel
);
55
host_->OnHostResized(
bounds_in_pixel
.size());
59
gfx::Rect
bounds_in_pixel
(display_.GetSizeInPixel());
60
gfx::Rect new_bounds(
bounds_in_pixel
);
62
new_bounds.set_width(
bounds_in_pixel
.height());
63
new_bounds.set_height(
bounds_in_pixel
.width());
72
gfx::Rect
bounds_in_pixel
(display_.GetSizeInPixel());
74
gfx::ScaleRect(
bounds_in_pixel
, 1.0f / ui_scale));
/external/chromium_org/ui/gfx/
display.cc
132
const gfx::Rect&
bounds_in_pixel
) {
144
gfx::ToFlooredPoint(gfx::ScalePoint(
bounds_in_pixel
.origin(),
146
gfx::ToFlooredSize(gfx::ScaleSize(
bounds_in_pixel
.size(),
display.h
94
const gfx::Rect&
bounds_in_pixel
);
/external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.cc
83
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 266 milliseconds