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

  /development/tools/etc1tool/
etc1tool.cpp 189 png_read_png(png_ptr, info_ptr, PNG_TRANSFORM_IDENTITY
  /external/libpng/
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/pdfium/third_party/lpng_v163/
png.h 586 #define png_read_png FOXIT_png_read_png macro
    [all...]
pngread.c 934 png_read_png(png_structrp png_ptr, png_inforp info_ptr, function
948 png_error(png_ptr, "Image is too high to process with png_read_png()");
    [all...]
  /external/opencv3/3rdparty/libpng/
pngread.c 1122 png_read_png(png_structp png_ptr, png_infop info_ptr, function
    [all...]
png.h     [all...]
  /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
71 * 4) 'read' - the transform works in png_read_png.
875 /* The png_read_png API requires us to make the info struct, but it does the
891 png_read_png(pp, ip, transforms, NULL/*params*/);
931 if ((dp->chunks & PNG_INFO_IDAT) == 0) /* set by png_read_png */
932 display_log(dp, LIBPNG_BUG, "png_read_png did not set IDAT flag");
936 display_log(dp, LIBPNG_BUG, "png_read_png did not create row buffers");
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]

Completed in 52 milliseconds