Searched refs:profile_length (Results 1 - 5 of 5) sorted by relevance

/external/libpng/
H A Dpng.c1903 png_const_charp name, png_uint_32 profile_length)
1905 if (profile_length < 132)
1906 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1909 if (profile_length & 3)
1910 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1918 png_const_charp name, png_uint_32 profile_length,
1923 /* Length check; this cannot be ignored in this code because profile_length
1925 * long profile_length from the caller must be correct. The caller can fix
1929 if (temp != profile_length)
1935 profile_length < 13
1902 png_icc_check_length(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length) argument
1917 png_icc_check_header(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length, png_const_bytep profile , int color_type) argument
2095 png_icc_check_tag_table(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length, png_const_bytep profile ) argument
2331 png_colorspace_set_ICC(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length, png_const_bytep profile, int color_type) argument
[all...]
H A Dpngpriv.h1505 png_uint_32 profile_length, png_const_bytep profile, int color_type),
1512 png_uint_32 profile_length), PNG_EMPTY);
1515 png_uint_32 profile_length,
1520 png_uint_32 profile_length,
H A Dpngrutil.c1417 const png_uint_32 profile_length = local
1421 keyword, profile_length))
1427 keyword, profile_length, profile_header,
1438 profile_length, 2/*silent*/);
1457 &png_ptr->colorspace, keyword, profile_length,
1463 size = profile_length - (sizeof profile_header)
1511 profile_length;
/external/chromium_org/third_party/libpng/
H A Dpngrutil.c1057 png_uint_32 profile_size, profile_length; local
1133 profile_length = data_length - prefix_length;
1135 if ( prefix_length > data_length || profile_length < 4)
1150 if (profile_size < profile_length)
1151 profile_length = profile_size;
1153 if (profile_size > profile_length)
1162 compression_type, png_ptr->chunkdata + prefix_length, profile_length);
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrutil.c1073 png_uint_32 profile_size, profile_length; local
1149 profile_length = data_length - prefix_length;
1151 if ( prefix_length > data_length || profile_length < 4)
1166 if (profile_size < profile_length)
1167 profile_length = profile_size;
1169 if (profile_size > profile_length)
1178 compression_type, png_ptr->chunkdata + prefix_length, profile_length);

Completed in 169 milliseconds