Searched defs:png_get_uint_32 (Results 1 - 5 of 5) sorted by relevance

/external/libpng/
H A Dpngrutil.c24 png_uint_32 uval = png_get_uint_32(buf);
43 png_uint_32 uval = png_get_uint_32(buf);
68 png_get_uint_32)(png_const_bytep buf) function
87 png_uint_32 uval = png_get_uint_32(buf);
304 crc = png_get_uint_32(crc_bytes);
1425 png_get_uint_32(profile_header);
1442 const png_uint_32 tag_count = png_get_uint_32(
2074 res_x = png_get_uint_32(buf);
2075 res_y = png_get_uint_32(buf + 4);
H A Dpng.h2691 PNG_EXPORT(201, png_uint_32, png_get_uint_32, (png_const_bytep buf));
2738 ? -((png_int_32)((png_get_uint_32(buf) ^ 0xffffffffL) + 1)) \
2739 : (png_int_32)png_get_uint_32(buf)))
2745 # define png_get_uint_32(buf) PNG_get_uint_32(buf) macro
2752 # define PNG_get_uint_32 (png_get_uint_32)
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngrutil.c23 png_uint_32 uval = png_get_uint_32(buf);
42 png_uint_32 uval = png_get_uint_32(buf);
67 png_get_uint_32)(png_const_bytep buf) function
86 png_uint_32 uval = png_get_uint_32(buf);
272 crc = png_get_uint_32(crc_bytes);
1387 png_get_uint_32(profile_header);
1404 const png_uint_32 tag_count = png_get_uint_32(
2036 res_x = png_get_uint_32(buf);
2037 res_y = png_get_uint_32(buf + 4);
H A Dpng.h609 #define png_get_uint_32 FOXIT_png_get_uint_32 macro
2977 PNG_EXPORT(201, png_uint_32, png_get_uint_32, (png_const_bytep buf));
3024 ? -((png_int_32)((png_get_uint_32(buf) ^ 0xffffffffL) + 1)) \
3025 : (png_int_32)png_get_uint_32(buf)))
3031 # define png_get_uint_32(buf) PNG_get_uint_32(buf) macro
3038 # define PNG_get_uint_32 (png_get_uint_32)
/external/skia/third_party/libpng/
H A Dpngprefix.h356 #define png_get_uint_32 skia_png_get_uint_32 macro

Completed in 146 milliseconds