OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:width_ratio
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/
resizing_host_observer.cc
36
const float
width_ratio
=
local
42
client_scale_factor_ = std::min(
width_ratio
, height_ratio);
/external/chromium_org/chromeos/display/
output_configurator.cc
1085
float
width_ratio
= static_cast<float>(mirror_mode_info->width) \/
local
[
all
...]
/external/chromium_org/content/renderer/
render_widget.cc
264
float
width_ratio
=
local
268
float ratio = std::max(1.0f, std::max(
width_ratio
, height_ratio));
[
all
...]
Completed in 95 milliseconds