Home | History | Annotate | Download | only in libpng

Lines Matching defs:image_height

1074    png_uint_32 i, image_height;
1093 image_height=png_ptr->height;
1094 png_ptr->num_rows = image_height; /* Make sure this is set correctly */
1099 for (i = 0; i < image_height; i++)