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

  /external/libpng/
pngconf.h 472 * png_uint_16 and png_int_16 should always be two bytes in size - this is
495 typedef unsigned int png_uint_16; typedef
497 typedef unsigned short png_uint_16; typedef
584 typedef png_uint_16 * png_uint_16p;
585 typedef const png_uint_16 * png_const_uint_16p;
608 typedef png_uint_16 * * png_uint_16pp;
  /external/opencv3/3rdparty/libpng/
pngconf.h 437 * unsigned int for png_uint_16.
447 typedef unsigned short png_uint_16; typedef
532 typedef png_uint_16 FAR * png_uint_16p;
533 typedef PNG_CONST png_uint_16 FAR * png_const_uint_16p;
556 typedef png_uint_16 FAR * FAR * png_uint_16pp;
  /external/pdfium/third_party/lpng_v163/
pngconf.h 467 * png_uint_16 and png_int_16 should always be two bytes in size - this is
490 typedef unsigned int png_uint_16; typedef
492 typedef unsigned short png_uint_16; typedef
579 typedef png_uint_16 * png_uint_16p;
580 typedef const png_uint_16 * png_const_uint_16p;
603 typedef png_uint_16 * * png_uint_16pp;
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngconf.h 439 * unsigned int for png_uint_16.
449 typedef unsigned short png_uint_16; typedef
534 typedef png_uint_16 FAR * png_uint_16p;
535 typedef PNG_CONST png_uint_16 FAR * png_const_uint_16p;
558 typedef png_uint_16 FAR * FAR * png_uint_16pp;

Completed in 51 milliseconds