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

  /external/libpng/
pngconf.h 64 #define PNG_CONST const /* backward compatibility only */
  /external/opencv3/3rdparty/libpng/
pngconf.h 424 #ifndef PNG_CONST
426 # define PNG_CONST const
428 # define PNG_CONST
525 typedef PNG_CONST void FAR * png_const_voidp;
527 typedef PNG_CONST png_byte FAR * png_const_bytep;
529 typedef PNG_CONST png_uint_32 FAR * png_const_uint_32p;
531 typedef PNG_CONST png_int_32 FAR * png_const_int_32p;
533 typedef PNG_CONST png_uint_16 FAR * png_const_uint_16p;
535 typedef PNG_CONST png_int_16 FAR * png_const_int_16p;
537 typedef PNG_CONST char FAR * png_const_charp
    [all...]
  /external/pdfium/third_party/lpng_v163/
pngconf.h 86 #define PNG_CONST const /* backward compatibility only */
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 426 #ifndef PNG_CONST
428 # define PNG_CONST const
430 # define PNG_CONST
527 typedef PNG_CONST void FAR * png_const_voidp;
529 typedef PNG_CONST png_byte FAR * png_const_bytep;
531 typedef PNG_CONST png_uint_32 FAR * png_const_uint_32p;
533 typedef PNG_CONST png_int_32 FAR * png_const_int_32p;
535 typedef PNG_CONST png_uint_16 FAR * png_const_uint_16p;
537 typedef PNG_CONST png_int_16 FAR * png_const_int_16p;
539 typedef PNG_CONST char FAR * png_const_charp
    [all...]

Completed in 72 milliseconds