/external/skia/third_party/libpng/ |
D | png.c | 1957 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 …]
|
D | pngrutil.c | 24 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()
|
D | png.h | 2563 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)
|
D | pngprefix.h | 360 #define png_get_uint_32 skia_png_get_uint_32 macro
|
D | pngwutil.c | 1128 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()
|
D | pngget.c | 749 *proflen = png_get_uint_32(info_ptr->iccp_profile); in png_get_iCCP()
|
/external/libpng/ |
D | png.c | 1991 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 …]
|
D | pngrutil.c | 24 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()
|
D | png.h | 2569 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)
|
D | pngwutil.c | 1128 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()
|
D | pngget.c | 749 *proflen = png_get_uint_32(info_ptr->iccp_profile); in png_get_iCCP()
|
D | CHANGES | 1605 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/ |
D | png.c | 1957 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 …]
|
D | pngprefix.h | 12 #define png_get_uint_32 PDFIUM_png_get_uint_32 macro
|
D | pngrutil.c | 24 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()
|
D | png.h | 2563 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)
|
D | pngwutil.c | 1128 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()
|
D | pngget.c | 749 *proflen = png_get_uint_32(info_ptr->iccp_profile); in png_get_iCCP()
|
/external/syslinux/com32/lib/libpng/ |
D | pngrutil.c | 57 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 …]
|
D | CHANGES | 1435 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/ |
D | symbols.def | 208 png_get_uint_32 @201
|
/external/skia/src/codec/ |
D | SkPngCodec.cpp | 175 const size_t length = png_get_uint_32(chunk); in decodeBounds() 228 length = png_get_uint_32(chunk); in processData()
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 336 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()
|
D | makepng.c | 1223 png_uint_32 prof_header = png_get_uint_32(profile); in insert_iCCP()
|
/external/syslinux/com32/include/ |
D | png.h | 2862 # 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));
|