Lines Matching defs:width
207 * the width and height used to 15 bits.
218 png_uint_32 w = png_ptr->width;
672 png_write_IHDR(png_structrp png_ptr, png_uint_32 width, png_uint_32 height,
802 png_ptr->width = width;
806 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
808 png_ptr->usr_width = png_ptr->width;
813 png_save_uint_32(buf, width);
1809 png_write_sCAL_s(png_structrp png_ptr, int unit, png_const_charp width,
1817 wlen = strlen(width);
1828 memcpy(buf + 1, width, wlen + 1); /* Append the '\0' here */
1918 buf_size = PNG_ROWBYTES(usr_pixel_depth, png_ptr->width) + 1;
1935 if (png_ptr->width == 1)
1976 /* If interlaced, we need to set up width and height of pass */
1984 png_ptr->usr_width = (png_ptr->width + png_pass_inc[0] - 1 -
1991 png_ptr->usr_width = png_ptr->width;
1999 png_ptr->usr_width = png_ptr->width;
2044 /* Loop until we find a non-zero width or height pass */
2052 png_ptr->usr_width = (png_ptr->width +
2075 png_ptr->usr_bit_depth, png_ptr->width) + 1);
2122 png_uint_32 row_width = row_info->width;
2160 png_uint_32 row_width = row_info->width;
2197 png_uint_32 row_width = row_info->width;
2230 png_uint_32 row_width = row_info->width;
2256 /* Set new row width */
2257 row_info->width = (row_info->width +
2263 row_info->width);