Lines Matching defs:height
953 png_ptr->num_rows = png_ptr->height;
969 image_height=png_ptr->height;
1314 if (info_ptr->height > PNG_UINT_32_MAX/(sizeof (png_bytep)))
1484 info_ptr->height * (sizeof (png_bytep))));
1486 for (iptr=0; iptr<info_ptr->height; iptr++)
1491 for (iptr = 0; iptr < info_ptr->height; iptr++)
1675 image->height = png_ptr->height;
3226 png_uint_32 height = image->height;
3257 for (; y<height; y += stepy)
3477 ptr += (image->height-1) * (-row_bytes);
3504 png_uint_32 y = image->height;
3543 png_uint_32 height = image->height;
3575 for (; y<height; y += stepy)
3654 png_uint_32 height = image->height;
3735 for (; y<height; y += stepy)
3780 for (; y<height; y += stepy)
3873 for (; y<height; y += stepy)
4308 ptr += (image->height-1) * (-row_bytes);
4348 png_uint_32 y = image->height;
4406 * (PNG_IMAGE_PIXEL_COMPONENT_SIZE(fmt)*height*(row_stride))
4416 if (image->height <=