HomeSort by relevance Sort by last modified time
    Searched defs:png_FILE_p (Results 1 - 5 of 5) sorted by null

  /external/libpng/
pngconf.h 596 typedef FILE * png_FILE_p;
pngtest.c 92 typedef FILE * png_FILE_p;
408 check = fread(data, 1, length, (png_FILE_p)io_ptr);
440 check = fwrite(data, 1, length, (png_FILE_p)png_get_io_ptr(png_ptr));
863 static png_FILE_p fpin;
864 static png_FILE_p fpout; /* "static" prevents setjmp corruption */
    [all...]
  /external/opencv3/3rdparty/libpng/
pngconf.h 44 /* For png_FILE_p - this provides the standard definition of a
544 typedef FILE * png_FILE_p;
  /external/pdfium/third_party/lpng_v163/
pngconf.h 591 typedef FILE * png_FILE_p;
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 44 /* For png_FILE_p - this provides the standard definition of a
546 typedef FILE * png_FILE_p;

Completed in 585 milliseconds