Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching defs:image_height

883    png_uint_32 i,image_height;
900 image_height=png_ptr->height;
901 png_ptr->num_rows = image_height; /* Make sure this is set correctly */
906 for (i = 0; i < image_height; i++)