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

  /external/chromium/chrome/browser/
aeropeek_manager.cc 394 float ratio_height = thumbnail_height / source_height; local
395 if (ratio_width > ratio_height) {
396 thumbnail_width = source_width * ratio_height;
    [all...]
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 206 double ratio_height = local
208 scale_factor = ratio_width < ratio_height ? ratio_width : ratio_height;
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 211 double ratio_height = local
213 scale_factor = ratio_width < ratio_height ? ratio_width : ratio_height;
    [all...]

Completed in 110 milliseconds