Searched refs:png_uint_32 (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpnginfo.h87 png_uint_32 width; /* width of image in pixels (from IHDR) */
88 png_uint_32 height; /* height of image in pixels (from IHDR) */
89 png_uint_32 valid; /* valid chunk data (see PNG_INFO_ below) */
199 png_uint_32 x_pixels_per_unit; /* horizontal pixel density */
200 png_uint_32 y_pixels_per_unit; /* vertical pixel density */
253 png_uint_32 free_me; /* flags items libpng is responsible for freeing */
266 png_uint_32 iccp_proflen; /* ICC profile data length */
273 png_uint_32 splt_palettes_num;
H A Dpngstruct.h90 png_uint_32 mode; /* tells us where we are in the PNG file */
91 png_uint_32 flags; /* flags indicating various things to libpng */
92 png_uint_32 transformations; /* which transformations to perform */
108 png_uint_32 zlib_state; /* State of zlib initialization */
128 png_uint_32 width; /* width of image in pixels */
129 png_uint_32 height; /* height of image in pixels */
130 png_uint_32 num_rows; /* number of rows in current pass */
131 png_uint_32 usr_width; /* width of row at start of write */
133 png_uint_32 iwidth; /* width of current interlaced row in pixels */
134 png_uint_32 row_numbe
[all...]
H A Dpngwtran.c65 /* png_uint_32 width; width of row */
88 (png_uint_32)png_ptr->bit_depth);
129 png_do_pack(png_row_infop row_info, png_bytep row, png_uint_32 bit_depth)
142 png_uint_32 i;
143 png_uint_32 row_width = row_info->width;
179 png_uint_32 i;
180 png_uint_32 row_width = row_info->width;
218 png_uint_32 i;
219 png_uint_32 row_width = row_info->width;
352 png_uint_32
[all...]
H A Dpng.h726 #define PNG_UINT_31_MAX ((png_uint_32)0x7fffffffL)
727 #define PNG_UINT_32_MAX ((png_uint_32)(-1))
832 png_uint_32 width; /* width of row */
862 typedef PNG_CALLBACK(void, *png_read_status_ptr, (png_structp, png_uint_32,
864 typedef PNG_CALLBACK(void, *png_write_status_ptr, (png_structp, png_uint_32,
871 /* The following callback receives png_uint_32 row_number, int pass for the
882 png_uint_32, int));
984 PNG_EXPORT(1, png_uint_32, png_access_version_number, (void));
1077 png_const_bytep chunk_name, png_uint_32 length));
1387 PNG_EXPORT(39, void, png_set_filler, (png_structp png_ptr, png_uint_32 fille
[all...]
H A Dpngget.c47 png_uint_32 PNGAPI
49 png_uint_32 flag)
79 png_uint_32 PNGAPI
88 png_uint_32 PNGAPI
142 png_uint_32 PNGAPI
159 png_uint_32 PNGAPI
176 png_uint_32 PNGAPI
305 static png_uint_32
306 ppi_from_ppm(png_uint_32 ppm)
312 png_uint_32 t100
[all...]
H A Dpngpriv.h570 PNG_EXTERN png_uint_32 png_read_chunk_header PNGARG((png_structp png_ptr));
588 PNG_EXTERN int png_crc_finish PNGARG((png_structp png_ptr, png_uint_32 skip));
609 PNG_EXTERN void png_write_IHDR PNGARG((png_structp png_ptr, png_uint_32 width,
610 png_uint_32 height,
615 png_const_colorp palette, png_uint_32 num_pal));
725 png_uint_32 x_pixels_per_unit, png_uint_32 y_pixels_per_unit,
753 png_bytep row, int pass, png_uint_32 transformations));
790 png_bytep row, png_uint_32 filler, png_uint_32 flag
[all...]
H A Dpngrutil.c51 png_uint_32 PNGAPI
54 png_uint_32 uval = png_get_uint_32(buf);
73 png_uint_32 uval = png_get_uint_32(buf);
97 png_uint_32 (PNGAPI
100 png_uint_32 uval =
101 ((png_uint_32)(*(buf )) << 24) +
102 ((png_uint_32)(*(buf + 1)) << 16) +
103 ((png_uint_32)(*(buf + 2)) << 8) +
104 ((png_uint_32)(*(buf + 3)) ) ;
117 png_uint_32 uva
[all...]
H A Dpngrio.c147 if ((png_uint_32)check != (png_uint_32)length)
H A Dpngwutil.c52 png_save_uint_32(png_bytep buf, png_uint_32 i)
129 png_write_chunk_start(png_ptr, chunk_name, (png_uint_32)length);
140 png_uint_32 length)
225 png_zlib_claim(png_structp png_ptr, png_uint_32 state)
665 if (png_ptr->zstream.avail_out < (png_uint_32)png_ptr->zbuf_size)
679 png_write_IHDR(png_structp png_ptr, png_uint_32 width, png_uint_32 height,
901 png_uint_32 num_pal)
904 png_uint_32 i;
939 png_write_chunk_start(png_ptr, png_PLTE, (png_uint_32)(num_pa
[all...]
H A Dpngpread.c99 png_uint_32 PNGAPI
102 png_uint_32 remaining = 0;
660 png_push_crc_skip(png_structp png_ptr, png_uint_32 skip)
672 png_uint_32 skip_length = png_ptr->skip_length;
684 skip_length = (png_uint_32)save_size;
696 png_uint_32 skip_length = png_ptr->skip_length;
705 skip_length = (png_uint_32)save_size;
872 png_uint_32 idat_size = png_ptr->idat_size;
884 idat_size = (png_uint_32)save_size;
899 png_uint_32 idat_siz
[all...]
H A Dpngmem.c89 struct_ptr = (*(malloc_fn))(png_ptr, (png_uint_32)size);
195 if (size > (png_uint_32)65536L)
207 else if (size == (png_uint_32)65536L)
216 png_uint_32 total_size;
248 total_size = ((png_uint_32)65536L) * (png_uint_32)num_blocks+16;
304 hptr = hptr + (png_uint_32)65536L; /* "+=" fails on TC++3.0 */
556 if (size > (png_uint_32)65536L)
654 png_uint_32 save_flags;
H A Dpngconf.h485 * numbers suggest (a png_uint_32 must be at least 32 bits long), but they
492 typedef unsigned int png_uint_32; typedef
495 typedef unsigned long png_uint_32;
579 typedef png_uint_32 FAR * png_uint_32p;
580 typedef PNG_CONST png_uint_32 FAR * png_const_uint_32p;
605 typedef png_uint_32 FAR * FAR * png_uint_32pp;
620 * and no smaller than png_uint_32. Casts from png_size_t or png_uint_32
625 * png_uint_32) should be explicitly applied; however, we do not expect
H A Dpng.c105 png_uint_32 save_flags=p->flags;
311 int freer, png_uint_32 mask)
330 png_free_data(png_structp png_ptr, png_infop info_ptr, png_uint_32 mask,
734 png_uint_32 PNGAPI
738 return((png_uint_32)PNG_LIBPNG_VER);
831 png_uint_32 width, png_uint_32 height, int bit_depth,
1475 png_uint_32 num;
1587 png_uint_32 A, T, D;
1588 png_uint_32 s1
[all...]
H A Dpngtest.c151 read_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass);
153 read_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass)
177 write_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass);
179 write_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass)
193 static png_uint_32 filters_used[256];
209 static png_uint_32 zero_samples;
221 * png_uint_32 width width of row
222 * png_uint_32 rowbytes number of bytes in row
234 png_uint_32 n, nstop;
288 png_uint_32
[all...]
H A Dpngrtran.c425 (png_uint_32)(num_palette * png_sizeof(png_byte)));
442 (png_uint_32)(num_palette * png_sizeof(png_byte)));
576 (png_uint_32)(num_palette * png_sizeof(png_byte)));
578 (png_uint_32)(num_palette * png_sizeof(png_byte)));
587 hash = (png_dsortpp)png_calloc(png_ptr, (png_uint_32)(769 *
618 (png_uint_32)(png_sizeof(png_dsort)));
743 (png_uint_32)(num_entries * png_sizeof(png_byte)));
745 distance = (png_bytep)png_malloc(png_ptr, (png_uint_32)(num_entries *
999 red_int = (png_uint_16)(((png_uint_32)red*32768L)/100000L);
1000 green_int = (png_uint_16)(((png_uint_32)gree
[all...]
H A Dpngset.c198 png_uint_32 width, png_uint_32 height, int bit_depth,
479 png_uint_32 res_x, png_uint_32 res_y, int unit_type)
597 png_const_bytep profile, png_uint_32 proflen)
601 png_uint_32 length;
784 (unsigned long)(png_uint_32)
947 png_uint_32 length;
1064 png_uint_32 PNGAPI
1065 png_permit_mng_features (png_structp png_ptr, png_uint_32 mng_feature
[all...]
H A Dpngtrans.c146 png_set_filler(png_structp png_ptr, png_uint_32 filler, int filler_loc)
183 png_set_add_alpha(png_structp png_ptr, png_uint_32 filler, int filler_loc)
302 png_uint_32 i;
303 png_uint_32 istop= row_info->width * row_info->channels;
580 png_uint_32 row_width = row_info->width;
586 png_uint_32 i;
599 png_uint_32 i;
616 png_uint_32 i;
632 png_uint_32 i;
684 png_uint_32 PNGAP
[all...]
H A Dpngwrite.c165 (png_uint_32)info_ptr->num_palette);
584 png_uint_32 num_rows)
586 png_uint_32 i; /* row counter */
607 png_uint_32 i; /* row index */
1227 (png_uint_32)(png_sizeof(png_byte) * num_weights));
1236 (png_uint_32)(png_sizeof(png_uint_16) * num_weights));
1239 (png_uint_32)(png_sizeof(png_uint_16) * num_weights));
1257 (png_uint_32)(png_sizeof(png_uint_16) * PNG_FILTER_VALUE_LAST));
1260 (png_uint_32)(png_sizeof(png_uint_16) * PNG_FILTER_VALUE_LAST));
1389 png_uint_32 tm
[all...]
H A Dpngwio.c103 png_uint_32 check;
H A Dpngread.c276 png_uint_32 length = png_read_chunk_header(png_ptr);
759 png_bytepp display_row, png_uint_32 num_rows)
761 png_uint_32 i;
815 png_uint_32 i, image_height;
944 png_uint_32 length = png_read_chunk_header(png_ptr);
1456 png_uint_32 iptr;
H A Dpngerror.c690 png_set_strip_error_numbers(png_structp png_ptr, png_uint_32 strip_mode)
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_png.c37 png_uint_32 check;
50 png_uint_32 i, rowbytes;
59 png_uint_32 width, height;

Completed in 92 milliseconds