HomeSort by relevance Sort by last modified time
    Searched full:png_read_rows (Results 1 - 25 of 31) sorted by null

1 2

  /external/libpng/scripts/
symbols.def 63 png_read_rows @55
  /external/syslinux/com32/lib/libpng/
example.c 368 png_read_rows(png_ptr, &row_pointers[y], png_bytepp_NULL, 1);
375 png_read_rows(png_ptr, &row_pointers[y], png_bytepp_NULL,
378 png_read_rows(png_ptr, png_bytepp_NULL, &row_pointers[y],
pngread.c 858 png_read_rows(png_structp png_ptr, png_bytepp row, function
865 png_debug(1, "in png_read_rows");
905 * each pass of a interlaced image, use png_read_rows() instead.
    [all...]
libpng.txt     [all...]
libpng.3 421 \fBvoid png_read_rows (png_structp \fP\fIpng_ptr\fP\fB, png_bytepp \fP\fIrow\fP\fB, png_bytepp \fP\fIdisplay_row\fP\fB, png_uint_32 \fInum_rows\fP\fB);\fP
    [all...]
pngtest.c     [all...]
CHANGES 356 Revised png_read_rows() to avoid repeated if-testing for NULL (A Kleinert)
358 and png_read_rows().
    [all...]
  /external/skia/third_party/libpng/
pngprefix.h 332 #define png_read_rows skia_png_read_rows macro
example.c 569 png_read_rows(png_ptr, &row_pointers[y], NULL, 1);
576 png_read_rows(png_ptr, &row_pointers[y], NULL,
579 png_read_rows(png_ptr, NULL, &row_pointers[y],
    [all...]
libpng-manual.txt     [all...]
pngread.c 636 png_read_rows(png_structrp png_ptr, png_bytepp row, function
643 png_debug(1, "in png_read_rows");
686 * each pass of a interlaced image, use png_read_rows() instead.
    [all...]
pngtest.c     [all...]
png.h     [all...]
  /external/libpng/
example.c 569 png_read_rows(png_ptr, &row_pointers[y], NULL, 1);
576 png_read_rows(png_ptr, &row_pointers[y], NULL,
579 png_read_rows(png_ptr, NULL, &row_pointers[y],
    [all...]
libpng.3 268 \fBvoid png_read_rows (png_structp \fP\fIpng_ptr\fP\fB, png_bytepp \fP\fIrow\fP\fB, png_bytepp \fP\fIdisplay_row\fP\fB, png_uint_32 \fInum_rows\fP\fB);\fP
    [all...]
libpng-manual.txt     [all...]
pngread.c 639 png_read_rows(png_structrp png_ptr, png_bytepp row, function
646 png_debug(1, "in png_read_rows");
689 * each pass of a interlaced image, use png_read_rows() instead.
    [all...]
pngtest.c     [all...]
png.h     [all...]
  /external/syslinux/bios/com32/lib/
libcom32.elf 
libcom32.c32 
  /external/syslinux/efi32/com32/lib/
libcom32.elf 
libcom32.c32 
  /external/pdfium/third_party/libpng16/
pngread.c 639 png_read_rows(png_structrp png_ptr, png_bytepp row, function
646 png_debug(1, "in png_read_rows");
689 * each pass of a interlaced image, use png_read_rows() instead.
    [all...]
png.h     [all...]

Completed in 124 milliseconds

1 2