HomeSort by relevance Sort by last modified time
    Searched refs:png_read_png (Results 1 - 16 of 16) sorted by null

  /external/libpng/contrib/libtests/
timepng.c 176 png_read_png(png_ptr, info_ptr, transforms, NULL/*params*/);
347 " --by-image: read by image with png_read_png\n"
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...]
  /development/tools/etc1tool/
etc1tool.cpp 189 png_read_png(png_ptr, info_ptr, PNG_TRANSFORM_IDENTITY
  /external/skia/third_party/libpng/
pngprefix.h 330 #define png_read_png skia_png_read_png macro
example.c 354 png_read_png(png_ptr, info_ptr, png_transforms, NULL);
    [all...]
png.h     [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/libpng/
example.c 354 png_read_png(png_ptr, info_ptr, png_transforms, NULL);
    [all...]
png.h     [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...]
  /external/syslinux/com32/lib/libpng/
example.c 167 png_read_png(png_ptr, info_ptr, png_transforms, png_voidp_NULL);
pngread.c 1357 png_read_png(png_structp png_ptr, png_infop info_ptr, function
    [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/
png.h     [all...]
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...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 947 milliseconds