Searched defs:rowbytes (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_png.c50 png_uint_32 i, rowbytes; local
103 rowbytes = png_get_rowbytes(png_ptr, info_ptr);
105 if (!SAFE_TO_ALLOC(rowbytes, height)) {
109 if ((image_data = (unsigned char *) malloc(rowbytes * height)) == NULL) {
122 row_pointers[i] = image_data + i * rowbytes;
159 initRect(&srcRect, 0, 0, width, height, 1, rowbytes,
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnginfo.h90 png_size_t rowbytes; /* bytes needed to hold an untransformed row */ member in struct:png_info_def
H A Dpngstruct.h132 png_size_t rowbytes; /* size of row in bytes */ member in struct:png_struct_def
H A Dpng.h833 png_size_t rowbytes; /* number of bytes in row */ member in struct:png_row_info_struct

Completed in 40 milliseconds