Home | History | Annotate | Download | only in browser

Lines Matching refs:ratio_width

393     float ratio_width = thumbnail_width / source_width;
395 if (ratio_width > ratio_height) {
398 thumbnail_height = source_height * ratio_width;