Home | History | Annotate | Download | only in browser

Lines Matching refs:thumbnail_height

388     float thumbnail_height = static_cast<float>(aeropeek_size_.height());
394 float ratio_height = thumbnail_height / source_height;
398 thumbnail_height = source_height * ratio_width;
402 output->set_height(static_cast<int>(thumbnail_height));