HomeSort by relevance Sort by last modified time
    Searched refs:ratio_width (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/
aeropeek_manager.cc 393 float ratio_width = thumbnail_width / source_width; local
395 if (ratio_width > ratio_height) {
398 thumbnail_height = source_height * ratio_width;
    [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 188 double ratio_width = local
192 scale_factor = ratio_width < ratio_height ? ratio_width : ratio_height;
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 184 double ratio_width = local
188 scale_factor = ratio_width < ratio_height ? ratio_width : ratio_height;
    [all...]

Completed in 287 milliseconds