Lines Matching defs:height
207 * the width and height used to 15 bits.
209 png_uint_32 h = png_ptr->height;
672 png_write_IHDR(png_structrp png_ptr, png_uint_32 width, png_uint_32 height,
803 png_ptr->height = height;
814 png_save_uint_32(buf + 4, height);
1810 png_const_charp height)
1818 hlen = strlen(height);
1829 memcpy(buf + wlen + 2, height, hlen); /* Do NOT append the '\0' here */
1932 if (png_ptr->height == 1)
1976 /* If interlaced, we need to set up width and height of pass */
1981 png_ptr->num_rows = (png_ptr->height + png_pass_yinc[0] - 1 -
1990 png_ptr->num_rows = png_ptr->height;
1998 png_ptr->num_rows = png_ptr->height;
2044 /* Loop until we find a non-zero width or height pass */
2057 png_ptr->num_rows = (png_ptr->height +