Searched refs:filtered_row (Results 1 - 5 of 5) sorted by relevance

/external/skia/third_party/libpng/
H A Dpngwutil.c2246 png_write_filtered_row(png_structrp png_ptr, png_bytep filtered_row,
2591 png_write_filtered_row(png_structrp png_ptr, png_bytep filtered_row, argument
2596 png_debug1(2, "filter = %d", filtered_row[0]);
2598 png_compress_IDAT(png_ptr, filtered_row, full_row_length, Z_NO_FLUSH);
/external/libpng/
H A Dpngwutil.c2247 png_write_filtered_row(png_structrp png_ptr, png_bytep filtered_row,
2721 png_write_filtered_row(png_structrp png_ptr, png_bytep filtered_row, argument
2726 png_debug1(2, "filter = %d", filtered_row[0]);
2728 png_compress_IDAT(png_ptr, filtered_row, full_row_length, Z_NO_FLUSH);
/external/pdfium/third_party/libpng16/
H A Dpngwutil.c2246 png_write_filtered_row(png_structrp png_ptr, png_bytep filtered_row,
2688 png_write_filtered_row(png_structrp png_ptr, png_bytep filtered_row, argument
2693 png_debug1(2, "filter = %d", filtered_row[0]);
2695 png_compress_IDAT(png_ptr, filtered_row, full_row_length, Z_NO_FLUSH);
/external/syslinux/com32/lib/libpng/
H A Dpngwutil.c2773 png_write_filtered_row(png_structp png_ptr, png_bytep filtered_row) argument
2777 png_debug1(2, "filter = %d", filtered_row[0]);
2780 png_ptr->zstream.next_in = filtered_row;
/external/syslinux/com32/include/
H A Dpng.h3410 png_bytep filtered_row)) PNG_PRIVATE;

Completed in 81 milliseconds