Home | History | Annotate | Download | only in plugins

Lines Matching defs:targetHeight

309         float targetHeight, targetWidth;
318 targetHeight = image_info->printable_height * 1.0f;
322 rw = (targetHeight * sourceWidth) / sourceHeight;
332 image_info->scaled_height = (int) floorf(targetHeight);