Searched refs:iwidth (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngstruct.h133 png_uint_32 iwidth; /* width of current interlaced row in pixels */ member in struct:png_struct_def
H A Dpngpread.c420 png_ptr->iwidth) + 1;
967 png_ptr->iwidth) + 1;
1043 png_ptr->row_info.width = png_ptr->iwidth;
1294 png_ptr->iwidth = (png_ptr->width +
1307 } while (png_ptr->iwidth == 0 || png_ptr->num_rows == 0);
H A Dpngrutil.c3345 png_ptr->iwidth = (png_ptr->width +
3361 } while (png_ptr->num_rows == 0 || png_ptr->iwidth == 0);
3474 png_ptr->iwidth = (png_ptr->width +
3484 png_ptr->iwidth = png_ptr->width;
3686 png_debug1(3, "iwidth = %u,", png_ptr->iwidth);
3690 (unsigned long)PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->iwidth) + 1);
H A Dpngtest.c1442 png_uint_32 iwidth, iheight; local
1443 iwidth = png_get_image_width(write_ptr, write_info_ptr);
1446 (unsigned long)iwidth, (unsigned long)iheight);
H A Dpngread.c626 png_ptr->iwidth) + 1);
668 png_ptr->row_info.width = png_ptr->iwidth;

Completed in 55 milliseconds