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