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

/external/chromium/chrome/browser/
H A Daeropeek_manager.cc393 float ratio_width = thumbnail_width / source_width; local
395 if (ratio_width > ratio_height) {
398 thumbnail_height = source_height * ratio_width;

Completed in 121 milliseconds