Searched refs:width_ratio (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/host/
H A Dresizing_host_observer.cc36 const float width_ratio = local
42 client_scale_factor_ = std::min(width_ratio, height_ratio);
/external/chromium_org/content/renderer/
H A Drender_widget.cc281 float width_ratio = local
285 float ratio = std::max(1.0f, std::max(width_ratio, height_ratio));

Completed in 99 milliseconds