Home | History | Annotate | Download | only in plugins

Lines Matching refs:sampled_height

302     image_info->sampled_height = (image_info->height / image_info->scaled_sample_size);
657 for (image_y = 0; image_y < image_info->sampled_height; image_y++) {
667 (image_info->sampled_height - image_y - 1)),
690 ((image_y < image_info->sampled_height) && (num_rows != 0));
693 (image_info->sampled_height - image_y - 1));
728 for (image_y = 0; image_y < image_info->sampled_height; image_y++) {
763 ((image_y < image_info->sampled_height) && (num_rows != 0));
1003 height = image_info->sampled_height;