Searched defs:png_uint_16 (Results 1 - 3 of 3) sorted by relevance

/external/libpng/
H A Dpngconf.h472 * 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/
H A Dpngconf.h437 * 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/
H A Dpngconf.h467 * 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;

Completed in 145 milliseconds