Searched refs:png_uint_16p (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngstruct.h255 png_uint_16p hist; /* histogram */
262 png_uint_16p filter_weights; /* weight(s) for previous line(s) */
263 png_uint_16p inv_filter_weights; /* 1/weight(s) for previous line(s) */
264 png_uint_16p filter_costs; /* relative filter calculation cost */
265 png_uint_16p inv_filter_costs; /* 1/relative filter calculation cost */
H A Dpnginfo.h211 png_uint_16p hist;
H A Dpngwrite.c1191 png_uint_16p old = png_ptr->filter_weights;
1198 png_uint_16p old = png_ptr->inv_filter_weights;
1235 png_ptr->filter_weights = (png_uint_16p)png_malloc(png_ptr,
1238 png_ptr->inv_filter_weights = (png_uint_16p)png_malloc(png_ptr,
1256 png_ptr->filter_costs = (png_uint_16p)png_malloc(png_ptr,
1259 png_ptr->inv_filter_costs = (png_uint_16p)png_malloc(png_ptr,
H A Dpngconf.h583 typedef png_uint_16 FAR * png_uint_16p; typedef
H A Dpng.c2187 (png_uint_16pp)png_calloc(png_ptr, num * png_sizeof(png_uint_16p));
2191 png_uint_16p sub_table = table[i] =
2192 (png_uint_16p)png_malloc(png_ptr, 256 * png_sizeof(png_uint_16));
2254 (png_uint_16pp)png_calloc(png_ptr, num * png_sizeof(png_uint_16p));
2261 table[i] = (png_uint_16p)png_malloc(png_ptr,
H A Dpngget.c652 png_uint_16p *hist)
H A Dpngpriv.h93 typedef PNG_CONST png_uint_16p FAR * png_const_uint_16pp;
H A Dpngset.c178 png_ptr->hist = (png_uint_16p)png_malloc_warn(png_ptr,
H A Dpng.h2121 png_uint_16p *hist));
H A Dpngtest.c1107 png_uint_16p hist;

Completed in 70 milliseconds