Searched defs:profile_length (Results 1 - 11 of 11) sorted by relevance

/external/ImageMagick/MagickCore/
H A Didentify.c1250 profile_length;
1252 profile_length=GetStringInfoLength(profile);
1253 for (i=0; i < (ssize_t) profile_length; i+=(ssize_t) length)
1248 profile_length; local
/external/ImageMagick/coders/
H A Djson.c1384 profile_length;
1386 profile_length=GetStringInfoLength(profile);
1387 for (i=0; i < (ssize_t) profile_length; i+=(ssize_t) length)
1379 profile_length; local
H A Djpeg.c731 profile_length;
733 profile_length=GetStringInfoLength(profile);
738 profile_length);
726 profile_length; local
H A Dpng.c2469 profile_length;
2472 &profile_length);
2474 if (profile_length != 0)
2483 profile=BlobToStringInfo(info,profile_length);
2462 profile_length; local
/external/libpng/
H A Dpngrutil.c1444 const png_uint_32 profile_length = local
1448 keyword, profile_length) != 0)
1454 keyword, profile_length, profile_header,
1465 profile_length, 2/*silent*/);
1484 &png_ptr->colorspace, keyword, profile_length,
1490 size = profile_length - (sizeof profile_header)
1538 profile_length;
H A Dpng.c1936 png_const_charp name, png_uint_32 profile_length)
1938 if (profile_length < 132)
1939 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1948 png_const_charp name, png_uint_32 profile_length)
1950 if (!icc_check_length(png_ptr, colorspace, name, profile_length))
1961 png_ptr->user_chunk_malloc_max < profile_length)
1962 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1965 else if (PNG_USER_CHUNK_MALLOC_MAX < profile_length)
1966 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1970 else if (PNG_SIZE_MAX < profile_length)
1935 icc_check_length(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length) argument
1947 png_icc_check_length(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length) argument
1980 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
2163 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
2407 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...]
/external/pdfium/third_party/libpng16/
H A Dpngrutil.c1442 const png_uint_32 profile_length = local
1446 keyword, profile_length) != 0)
1452 keyword, profile_length, profile_header,
1463 profile_length, 2/*silent*/);
1482 &png_ptr->colorspace, keyword, profile_length,
1488 size = profile_length - (sizeof profile_header)
1536 profile_length;
H A Dpng.c1936 png_const_charp name, png_uint_32 profile_length)
1938 if (profile_length < 132)
1939 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1947 png_const_charp name, png_uint_32 profile_length,
1952 /* Length check; this cannot be ignored in this code because profile_length
1954 * long profile_length from the caller must be correct. The caller can fix
1958 if (temp != profile_length)
1963 if (temp > 3 && (profile_length & 3))
1964 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1969 profile_length < 13
1935 png_icc_check_length(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length) argument
1946 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
2129 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
2375 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...]
/external/skia/third_party/libpng/
H A Dpngrutil.c1442 const png_uint_32 profile_length = local
1446 keyword, profile_length) != 0)
1452 keyword, profile_length, profile_header,
1463 profile_length, 2/*silent*/);
1482 &png_ptr->colorspace, keyword, profile_length,
1488 size = profile_length - (sizeof profile_header)
1536 profile_length;
H A Dpng.c1936 png_const_charp name, png_uint_32 profile_length)
1938 if (profile_length < 132)
1939 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1947 png_const_charp name, png_uint_32 profile_length,
1952 /* Length check; this cannot be ignored in this code because profile_length
1954 * long profile_length from the caller must be correct. The caller can fix
1958 if (temp != profile_length)
1963 if (temp > 3 && (profile_length & 3))
1964 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1969 profile_length < 13
1935 png_icc_check_length(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_charp name, png_uint_32 profile_length) argument
1946 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
2129 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
2375 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...]
/external/syslinux/com32/lib/libpng/
H A Dpngrutil.c1050 png_uint_32 profile_size, profile_length; local
1126 profile_length = data_length - prefix_length;
1128 if ( prefix_length > data_length || profile_length < 4)
1143 if (profile_size < profile_length)
1144 profile_length = profile_size;
1146 if (profile_size > profile_length)
1155 compression_type, png_ptr->chunkdata + prefix_length, profile_length);

Completed in 301 milliseconds