Home
last modified time | relevance | path

Searched refs:png_get_uint_32 (Results 1 – 18 of 18) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpng.c2025 temp = png_get_uint_32(profile);
2035 temp = png_get_uint_32(profile+128); /* tag count: 12 bytes/tag */
2044 temp = png_get_uint_32(profile+64);
2068 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2104 temp = png_get_uint_32(profile+16); /* data colour space field */
2133 temp = png_get_uint_32(profile+12); /* profile/device class */
2181 temp = png_get_uint_32(profile+20);
2201 png_uint_32 tag_count = png_get_uint_32(profile+128);
2210 png_uint_32 tag_id = png_get_uint_32(tag+0);
2211 png_uint_32 tag_start = png_get_uint_32(tag+4); /* must be aligned */
[all …]
Dpngrutil.c24 png_uint_32 uval = png_get_uint_32(buf); in png_get_uint_31()
43 png_uint_32 uval = png_get_uint_32(buf); in png_get_fixed_point()
68 png_get_uint_32)(png_const_bytep buf) in png_uint_32() argument
87 png_uint_32 uval = png_get_uint_32(buf); in png_int_32()
279 crc = png_get_uint_32(crc_bytes); in png_crc_error()
1464 png_uint_32 profile_length = png_get_uint_32(profile_header); in png_handle_iCCP()
1482 png_get_uint_32(profile_header + 128); in png_handle_iCCP()
2191 res_x = png_get_uint_32(buf); in png_handle_pHYs()
2192 res_y = png_get_uint_32(buf + 4); in png_handle_pHYs()
Dpng.h2544 PNG_EXPORT(201, png_uint_32, png_get_uint_32, (png_const_bytep buf));
2591 ? -((png_int_32)(((png_get_uint_32(buf)^0xffffffffU)+1U)&0x7fffffffU)) \
2592 : (png_int_32)png_get_uint_32(buf)))
2598 # define png_get_uint_32(buf) PNG_get_uint_32(buf) macro
2605 # define PNG_get_uint_32 (png_get_uint_32)
Dpngprefix.h175 #define png_get_uint_32 PDFIUM_png_get_uint_32 macro
Dpngwutil.c1134 profile_len = png_get_uint_32(profile); in png_write_iCCP()
1144 png_uint_32 embedded_profile_len = png_get_uint_32(profile); in png_write_iCCP()
Dpngget.c748 *proflen = png_get_uint_32(info_ptr->iccp_profile); in png_get_iCCP()
/external/libpng/
Dpng.c2025 temp = png_get_uint_32(profile);
2035 temp = png_get_uint_32(profile+128); /* tag count: 12 bytes/tag */
2044 temp = png_get_uint_32(profile+64);
2068 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2104 temp = png_get_uint_32(profile+16); /* data colour space field */
2133 temp = png_get_uint_32(profile+12); /* profile/device class */
2181 temp = png_get_uint_32(profile+20);
2201 png_uint_32 tag_count = png_get_uint_32(profile+128);
2210 png_uint_32 tag_id = png_get_uint_32(tag+0);
2211 png_uint_32 tag_start = png_get_uint_32(tag+4); /* must be aligned */
[all …]
Dpngrutil.c24 png_uint_32 uval = png_get_uint_32(buf); in png_get_uint_31()
43 png_uint_32 uval = png_get_uint_32(buf); in png_get_fixed_point()
68 png_get_uint_32)(png_const_bytep buf) in png_uint_32() argument
87 png_uint_32 uval = png_get_uint_32(buf); in png_int_32()
279 crc = png_get_uint_32(crc_bytes); in png_crc_error()
1464 png_uint_32 profile_length = png_get_uint_32(profile_header); in png_handle_iCCP()
1482 png_get_uint_32(profile_header + 128); in png_handle_iCCP()
2191 res_x = png_get_uint_32(buf); in png_handle_pHYs()
2192 res_y = png_get_uint_32(buf + 4); in png_handle_pHYs()
Dpng.h2544 PNG_EXPORT(201, png_uint_32, png_get_uint_32, (png_const_bytep buf));
2591 ? -((png_int_32)(((png_get_uint_32(buf)^0xffffffffU)+1U)&0x7fffffffU)) \
2592 : (png_int_32)png_get_uint_32(buf)))
2598 # define png_get_uint_32(buf) PNG_get_uint_32(buf) macro
2605 # define PNG_get_uint_32 (png_get_uint_32)
Dpngwutil.c1134 profile_len = png_get_uint_32(profile); in png_write_iCCP()
1144 png_uint_32 embedded_profile_len = png_get_uint_32(profile); in png_write_iCCP()
Dpngget.c748 *proflen = png_get_uint_32(info_ptr->iccp_profile); in png_get_iCCP()
DCHANGES1604 Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16,
1997 Inline call of png_get_uint_32() in png_get_uint_31().
3087 Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)
5470 png_get_uint_32 and png_get_uint_16 handle this. (Bug reported by
Dlibpng-manual.txt4767 Macros for png_get_uint_16, png_get_uint_32, and png_get_int_32
/external/libpng/scripts/
Dsymbols.def207 png_get_uint_32 @201
/external/skqp/src/codec/
DSkPngCodec.cpp180 const size_t length = png_get_uint_32(chunk); in decodeBounds()
233 length = png_get_uint_32(chunk); in processData()
/external/skia/src/codec/
DSkPngCodec.cpp179 const size_t length = png_get_uint_32(chunk); in decodeBounds()
232 length = png_get_uint_32(chunk); in processData()
/external/libpng/contrib/libtests/
Dpngvalid.c336 return png_get_uint_32(b4); in random_u32()
826 result = png_get_uint_32(mark); in random_32()
1483 chunklen = png_get_uint_32(buffer) + 12U; in store_read_chunk()
1484 chunktype = png_get_uint_32(buffer+4U); in store_read_chunk()
2974 uInt datalen = png_get_uint_32(buffer); in modifier_crc()
2985 pm->buffer_count = png_get_uint_32(pm->buffer)+12; in modifier_setbuffer()
3020 if (png_get_uint_32(pm->buffer) != 13 || in modifier_read_imp()
3021 png_get_uint_32(pm->buffer+4) != CHUNK_IHDR) in modifier_read_imp()
3080 len = png_get_uint_32(pm->buffer); in modifier_read_imp()
3081 chunk = png_get_uint_32(pm->buffer+4); in modifier_read_imp()
Dmakepng.c1223 png_uint_32 prof_header = png_get_uint_32(profile); in insert_iCCP()