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

  /external/libpng/
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...]
  /external/chromium_org/third_party/libpng/
pngconf.h 491 # define PNG_CONST const
493 # define PNG_CONST
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngconf.h 495 # define PNG_CONST const
497 # define PNG_CONST
    [all...]

Completed in 362 milliseconds