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

/external/libpng/
H A Dpngconf.h494 * png_uint_16 and png_int_16 should always be two bytes in size - this is
517 typedef unsigned int png_uint_16; typedef
519 typedef unsigned short png_uint_16; typedef
606 typedef png_uint_16 * png_uint_16p;
607 typedef const png_uint_16 * png_const_uint_16p;
630 typedef png_uint_16 * * png_uint_16pp;
/external/chromium_org/third_party/libpng/
H A Dpngconf.h1231 * unsigned int for png_uint_16. Likewise, for 64-bit systems, you may
1237 typedef unsigned short png_uint_16; typedef
1319 typedef png_uint_16 FAR * png_uint_16p;
1341 typedef png_uint_16 FAR * FAR * png_uint_16pp;
/external/qemu/distrib/libpng-1.2.46/
H A Dpngconf.h1235 * unsigned int for png_uint_16. Likewise, for 64-bit systems, you may
1241 typedef unsigned short png_uint_16; typedef
1323 typedef png_uint_16 FAR * png_uint_16p;
1345 typedef png_uint_16 FAR * FAR * png_uint_16pp;

Completed in 649 milliseconds