Lines Matching full:width
52 return info_ptr->width;
540 png_uint_32 *width, png_uint_32 *height, int *bit_depth,
545 if (png_ptr != NULL && info_ptr != NULL && width != NULL && height != NULL &&
549 *width = info_ptr->width;
565 if (*width == 0 || *width > PNG_UINT_31_MAX)
566 png_error(png_ptr, "Invalid image width");
569 if (info_ptr->width > (PNG_UINT_32_MAX
573 - 7*8 /* rounding of width to multiple of 8 pixels */
577 "Width too large for libpng to process image data.");
630 int *unit, double *width, double *height)
636 *width = info_ptr->scal_pixel_width;
646 int *unit, png_charpp width, png_charpp height)
652 *width = info_ptr->scal_s_width;