Searched refs:png_do_expand_palette (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES3494 Fixed a problem in png_do_expand_palette() exposed by optimization in
3499 a check for tRNS in png_do_expand_palette() which is inconsistent with the
H A Dpngpriv.h910 PNG_EXTERN void png_do_expand_palette PNGARG((png_row_infop row_info,
H A Dpngrtran.c1854 * png_do_expand_palette; if it ever checks the tRNS chunk to see if
2074 png_do_expand_palette(&(png_ptr->row_info), png_ptr->row_buf + 1,
4414 png_do_expand_palette(png_row_infop row_info, png_bytep row, function
4422 png_debug(1, "in png_do_expand_palette");

Completed in 431 milliseconds