Searched defs:iwidth (Results 1 - 2 of 2) 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 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);

Completed in 36 milliseconds