Home
last modified time | relevance | path

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

12

/external/skia/third_party/libpng/
Dpng.c1957 temp = png_get_uint_32(profile);
1967 temp = png_get_uint_32(profile+128); /* tag count: 12 bytes/tag */
1976 temp = png_get_uint_32(profile+64);
2000 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2036 temp = png_get_uint_32(profile+16); /* data colour space field */
2065 temp = png_get_uint_32(profile+12); /* profile/device class */
2113 temp = png_get_uint_32(profile+20);
2133 png_uint_32 tag_count = png_get_uint_32(profile+128);
2142 png_uint_32 tag_id = png_get_uint_32(tag+0);
2143 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()
276 crc = png_get_uint_32(crc_bytes); in png_crc_error()
1443 png_get_uint_32(profile_header); in png_handle_iCCP()
1460 const png_uint_32 tag_count = png_get_uint_32( in png_handle_iCCP()
2097 res_x = png_get_uint_32(buf); in png_handle_pHYs()
2098 res_y = png_get_uint_32(buf + 4); in png_handle_pHYs()
Dpng.h2563 PNG_EXPORT(201, png_uint_32, png_get_uint_32, (png_const_bytep buf));
2610 ? -((png_int_32)(((png_get_uint_32(buf)^0xffffffffU)+1U)&0x7fffffffU)) \
2611 : (png_int_32)png_get_uint_32(buf)))
2617 # define png_get_uint_32(buf) PNG_get_uint_32(buf) macro
2624 # define PNG_get_uint_32 (png_get_uint_32)
Dpngprefix.h360 #define png_get_uint_32 skia_png_get_uint_32 macro
Dpngwutil.c1128 profile_len = png_get_uint_32(profile); in png_write_iCCP()
1138 png_uint_32 embedded_profile_len = png_get_uint_32(profile); in png_write_iCCP()
Dpngget.c749 *proflen = png_get_uint_32(info_ptr->iccp_profile); in png_get_iCCP()
/external/libpng/
Dpng.c1991 temp = png_get_uint_32(profile);
2001 temp = png_get_uint_32(profile+128); /* tag count: 12 bytes/tag */
2010 temp = png_get_uint_32(profile+64);
2034 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2070 temp = png_get_uint_32(profile+16); /* data colour space field */
2099 temp = png_get_uint_32(profile+12); /* profile/device class */
2147 temp = png_get_uint_32(profile+20);
2167 png_uint_32 tag_count = png_get_uint_32(profile+128);
2176 png_uint_32 tag_id = png_get_uint_32(tag+0);
2177 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()
276 crc = png_get_uint_32(crc_bytes); in png_crc_error()
1445 png_get_uint_32(profile_header); in png_handle_iCCP()
1462 const png_uint_32 tag_count = png_get_uint_32( in png_handle_iCCP()
2099 res_x = png_get_uint_32(buf); in png_handle_pHYs()
2100 res_y = png_get_uint_32(buf + 4); in png_handle_pHYs()
Dpng.h2569 PNG_EXPORT(201, png_uint_32, png_get_uint_32, (png_const_bytep buf));
2616 ? -((png_int_32)(((png_get_uint_32(buf)^0xffffffffU)+1U)&0x7fffffffU)) \
2617 : (png_int_32)png_get_uint_32(buf)))
2623 # define png_get_uint_32(buf) PNG_get_uint_32(buf) macro
2630 # define PNG_get_uint_32 (png_get_uint_32)
Dpngwutil.c1128 profile_len = png_get_uint_32(profile); in png_write_iCCP()
1138 png_uint_32 embedded_profile_len = png_get_uint_32(profile); in png_write_iCCP()
Dpngget.c749 *proflen = png_get_uint_32(info_ptr->iccp_profile); in png_get_iCCP()
DCHANGES1605 Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16,
1998 Inline call of png_get_uint_32() in png_get_uint_31().
3088 Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)
5471 png_get_uint_32 and png_get_uint_16 handle this. (Bug reported by
/external/pdfium/third_party/libpng16/
Dpng.c1957 temp = png_get_uint_32(profile);
1967 temp = png_get_uint_32(profile+128); /* tag count: 12 bytes/tag */
1976 temp = png_get_uint_32(profile+64);
2000 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2036 temp = png_get_uint_32(profile+16); /* data colour space field */
2065 temp = png_get_uint_32(profile+12); /* profile/device class */
2113 temp = png_get_uint_32(profile+20);
2133 png_uint_32 tag_count = png_get_uint_32(profile+128);
2142 png_uint_32 tag_id = png_get_uint_32(tag+0);
2143 png_uint_32 tag_start = png_get_uint_32(tag+4); /* must be aligned */
[all …]
Dpngprefix.h12 #define png_get_uint_32 PDFIUM_png_get_uint_32 macro
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()
276 crc = png_get_uint_32(crc_bytes); in png_crc_error()
1443 png_get_uint_32(profile_header); in png_handle_iCCP()
1460 const png_uint_32 tag_count = png_get_uint_32( in png_handle_iCCP()
2097 res_x = png_get_uint_32(buf); in png_handle_pHYs()
2098 res_y = png_get_uint_32(buf + 4); in png_handle_pHYs()
Dpng.h2563 PNG_EXPORT(201, png_uint_32, png_get_uint_32, (png_const_bytep buf));
2610 ? -((png_int_32)(((png_get_uint_32(buf)^0xffffffffU)+1U)&0x7fffffffU)) \
2611 : (png_int_32)png_get_uint_32(buf)))
2617 # define png_get_uint_32(buf) PNG_get_uint_32(buf) macro
2624 # define PNG_get_uint_32 (png_get_uint_32)
Dpngwutil.c1128 profile_len = png_get_uint_32(profile); in png_write_iCCP()
1138 png_uint_32 embedded_profile_len = png_get_uint_32(profile); in png_write_iCCP()
Dpngget.c749 *proflen = png_get_uint_32(info_ptr->iccp_profile); in png_get_iCCP()
/external/syslinux/com32/lib/libpng/
Dpngrutil.c57 png_uint_32 i = png_get_uint_32(buf); in png_get_uint_31()
72 png_get_uint_32(png_bytep buf) in png_get_uint_32() function
212 crc = png_get_uint_32(crc_bytes); in png_crc_error()
716 igamma = (png_fixed_point)png_get_uint_32(buf); in png_handle_gAMA()
866 uint_x = png_get_uint_32(buf); in png_handle_cHRM()
867 uint_y = png_get_uint_32(buf + 4); in png_handle_cHRM()
871 uint_x = png_get_uint_32(buf + 8); in png_handle_cHRM()
872 uint_y = png_get_uint_32(buf + 12); in png_handle_cHRM()
876 uint_x = png_get_uint_32(buf + 16); in png_handle_cHRM()
877 uint_y = png_get_uint_32(buf + 20); in png_handle_cHRM()
[all …]
DCHANGES1435 Exported png_get_uint_32, png_save_uint_32, png_get_uint_16, png_save_uint_16,
2181 Inline call of png_get_uint_32() in png_get_uint_31(), as in 1.4.0beta19.
/external/libpng/scripts/
Dsymbols.def208 png_get_uint_32 @201
/external/skia/src/codec/
DSkPngCodec.cpp175 const size_t length = png_get_uint_32(chunk); in decodeBounds()
228 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()
1484 chunklen = png_get_uint_32(buffer) + 12U; in store_read_chunk()
1485 chunktype = png_get_uint_32(buffer+4U); in store_read_chunk()
2975 uInt datalen = png_get_uint_32(buffer); in modifier_crc()
2986 pm->buffer_count = png_get_uint_32(pm->buffer)+12; in modifier_setbuffer()
3021 if (png_get_uint_32(pm->buffer) != 13 || in modifier_read_imp()
3022 png_get_uint_32(pm->buffer+4) != CHUNK_IHDR) in modifier_read_imp()
3081 len = png_get_uint_32(pm->buffer); in modifier_read_imp()
3082 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()
/external/syslinux/com32/include/
Dpng.h2862 # define png_get_uint_32(buf) ( *((png_uint_32p) (buf))) macro
2866 extern PNG_EXPORT(png_uint_32,png_get_uint_32) PNGARG((png_bytep buf));

12