Searched defs:image_height (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngread.c815 png_uint_32 i, image_height; local
858 image_height=png_ptr->height;
863 for (i = 0; i < image_height; i++)
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpeglib.h284 JDIMENSION image_height; /* input image height */ member in struct:jpeg_compress_struct
355 * processing loop, e.g., "while (next_scanline < image_height)".
358 JDIMENSION next_scanline; /* 0 .. image_height-1 */
425 JDIMENSION image_height; /* nominal image height */ member in struct:jpeg_decompress_struct

Completed in 37 milliseconds