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

/external/qemu/distrib/libpng-1.2.19/
H A Dpngconf.h1109 * numbers suggest (a png_uint_32 must be at least 32 bits long), but they
1113 * want to have unsigned int for png_uint_32 instead of unsigned long.
1116 typedef unsigned long png_uint_32; typedef
1198 typedef png_uint_32 FAR * png_uint_32p;
1220 typedef png_uint_32 FAR * FAR * png_uint_32pp;
/external/chromium_org/third_party/libpng/
H A Dpngconf.h1228 * numbers suggest (a png_uint_32 must be at least 32 bits long), but they
1232 * want to have unsigned int for png_uint_32 instead of unsigned long.
1235 typedef unsigned long png_uint_32; typedef
1317 typedef png_uint_32 FAR * png_uint_32p;
1339 typedef png_uint_32 FAR * FAR * png_uint_32pp;
/external/libpng/
H A Dpngconf.h1232 * numbers suggest (a png_uint_32 must be at least 32 bits long), but they
1236 * want to have unsigned int for png_uint_32 instead of unsigned long.
1239 typedef unsigned long png_uint_32; typedef
1321 typedef png_uint_32 FAR * png_uint_32p;
1343 typedef png_uint_32 FAR * FAR * png_uint_32pp;

Completed in 91 milliseconds