Home
last modified time | relevance | path

Searched refs:png_do_read_filler (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngprefix.h81 #define png_do_read_filler PDFIUM_png_do_read_filler macro
Dpngrtran.c2673 png_do_read_filler(png_row_infop row_info, png_bytep row, in png_do_read_filler() function
4998 png_do_read_filler(row_info, png_ptr->row_buf + 1, in png_do_read_transformations()
/external/libpng/
Dpngrtran.c2673 png_do_read_filler(png_row_infop row_info, png_bytep row, in png_do_read_filler() function
4998 png_do_read_filler(row_info, png_ptr->row_buf + 1, in png_do_read_transformations()
DCHANGES340 Added grayscale and 16-bit capability to png_do_read_filler().
1372 Fixed memory overrun bug in png_do_read_filler() with 16-bit datastreams,
1488 Added code to update the row_info->colortype in png_do_read_filler() (MSB).
5149 Fixed byte order in png_do_read_filler() with 16-bit input. Previously