OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pixel_bounds
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/remoting/host/
input_injector_mac.cc
203
mouse_pos_ += SkIPoint::Make(desktop_config.
pixel_bounds
.left(),
204
desktop_config.
pixel_bounds
.top());
208
std::max(desktop_config.
pixel_bounds
.left(),
209
std::min(desktop_config.
pixel_bounds
.right(), mouse_pos_.x())),
210
std::max(desktop_config.
pixel_bounds
.top(),
211
std::min(desktop_config.
pixel_bounds
.bottom(), mouse_pos_.y())));
/external/chromium_org/ui/base/win/
dpi.h
35
UI_EXPORT gfx::Rect ScreenToDIPRect(const gfx::Rect&
pixel_bounds
);
dpi.cc
119
gfx::Rect ScreenToDIPRect(const gfx::Rect&
pixel_bounds
) {
122
gfx::ScaleRect(
pixel_bounds
, 1.0f / GetDeviceScaleFactor()));
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc
120
gfx::Rect
pixel_bounds
= ui::win::DIPToScreenRect(params.bounds);
local
121
message_handler_->Init(parent_hwnd,
pixel_bounds
);
223
gfx::Rect
pixel_bounds
= ui::win::DIPToScreenRect(restored_bounds);
local
224
message_handler_->ShowMaximizedWithBounds(
pixel_bounds
);
249
gfx::Rect
pixel_bounds
= message_handler_->GetWindowBoundsInScreen();
local
250
return ui::win::ScreenToDIPRect(
pixel_bounds
);
254
gfx::Rect
pixel_bounds
= message_handler_->GetClientAreaBoundsInScreen();
local
255
return ui::win::ScreenToDIPRect(
pixel_bounds
);
259
gfx::Rect
pixel_bounds
= message_handler_->GetRestoredBounds();
local
260
return ui::win::ScreenToDIPRect(
pixel_bounds
);
269
gfx::Rect
pixel_bounds
= gfx::Rect(monitor_info.rcWork);
local
[
all
...]
/external/chromium_org/ui/views/widget/
native_widget_win.cc
119
gfx::Rect
pixel_bounds
= ui::win::DIPToScreenRect(params.bounds);
local
121
params_in_pixel.bounds =
pixel_bounds
;
123
message_handler_->Init(params.parent,
pixel_bounds
);
308
gfx::Rect
pixel_bounds
= ui::win::DIPToScreenRect(restored_bounds);
local
309
message_handler_->ShowMaximizedWithBounds(
pixel_bounds
);
/external/chromium_org/content/renderer/
render_widget.cc
1326
gfx::Rect
pixel_bounds
= gfx::ToEnclosingRect(
local
[
all
...]
Completed in 575 milliseconds