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

1 2

  /external/libpng/contrib/conftest/
pngcp.dfa 11 # Build libpng with support for pngcp. This means just png_read_png,
27 # Options to turn on png_read_png and png_write_png:
  /external/libpng/contrib/libtests/
pngimage.c 11 * Test the png_read_png and png_write_png interfaces. Given a PNG file load it
12 * using png_read_png and then write with png_write_png. Test all possible
82 * 4) 'read' - the transform works in png_read_png.
886 /* The png_read_png API requires us to make the info struct, but it does the
902 png_read_png(pp, ip, transforms, NULL/*params*/);
942 if ((dp->chunks & PNG_INFO_IDAT) == 0) /* set by png_read_png */
943 display_log(dp, LIBPNG_BUG, "png_read_png did not set IDAT flag");
947 display_log(dp, LIBPNG_BUG, "png_read_png did not create row buffers");
    [all...]
timepng.c 176 png_read_png(png_ptr, info_ptr, transforms, NULL/*params*/);
347 " --by-image: read by image with png_read_png\n"
pngunknown.c 856 /* Only png_read_png sets PNG_INFO_IDAT! */
    [all...]
  /external/libpng/scripts/
symbols.def 186 png_read_png @178
  /external/skia/third_party/libpng/
pngprefix.h 330 #define png_read_png skia_png_read_png macro
libpng-manual.txt 663 before calling png_read_info(), png_read_png(), or png_process_data().
    [all...]
pngread.c 1022 png_read_png(png_structrp png_ptr, png_inforp info_ptr, function
1034 png_error(png_ptr, "Image is too high to process with png_read_png()");
1039 * libpng builds. The results can be unexpected - png_read_png may return
    [all...]
  /external/syslinux/bios/com32/lib/
libcom32.c32 
libcom32.elf 
  /external/syslinux/efi32/com32/lib/
libcom32.c32 
libcom32.elf 
  /development/tools/etc1tool/
etc1tool.cpp 189 png_read_png(png_ptr, info_ptr, PNG_TRANSFORM_IDENTITY
  /external/syslinux/com32/lib/libpng/
libpng.txt 322 before calling png_read_info(), png_read_png(), or png_process_data().
393 png_read_png(png_ptr, info_ptr, png_transforms, NULL)
404 when you use png_read_png().
406 After you have called png_read_png(), you can retrieve the image data
416 row_pointers prior to calling png_read_png() with
437 If you don't allocate row_pointers ahead of time, png_read_png() will
    [all...]
pngread.c 1357 png_read_png(png_structp png_ptr, png_infop info_ptr, function
    [all...]
libpng.3 413 \fBvoid png_read_png (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, int \fP\fItransforms\fP\fB, png_voidp \fIparams\fP\fB);\fP
    [all...]
CHANGES     [all...]
example.c 167 png_read_png(png_ptr, info_ptr, png_transforms, png_voidp_NULL);
  /external/libpng/
libpng.3 264 \fBvoid png_read_png (png_structp \fP\fIpng_ptr\fP\fB, png_infop \fP\fIinfo_ptr\fP\fB, int \fP\fItransforms\fP\fB, png_voidp \fIparams\fP\fB);\fP
    [all...]
CHANGES     [all...]
libpng-manual.txt 663 before calling png_read_info(), png_read_png(), or png_process_data().
    [all...]
pngread.c 1032 png_read_png(png_structrp png_ptr, png_inforp info_ptr, function
1043 png_error(png_ptr, "Image is too high to process with png_read_png()");
1048 * libpng builds. The results can be unexpected - png_read_png may return
    [all...]
example.c 354 png_read_png(png_ptr, info_ptr, png_transforms, NULL);
    [all...]
  /external/libpng/contrib/tools/
pngcp.c 11 * This is an example of copying a PNG without changes using the png_read_png
    [all...]
  /external/pdfium/third_party/libpng16/
pngread.c 1032 png_read_png(png_structrp png_ptr, png_inforp info_ptr, function
1044 png_error(png_ptr, "Image is too high to process with png_read_png()");
1049 * libpng builds. The results can be unexpected - png_read_png may return
    [all...]

Completed in 1581 milliseconds

1 2