Home | History | Annotate | Download | only in lpng_v163

Lines Matching refs:profile_length

1837    png_const_charp name, png_uint_32 profile_length)

1839 if (profile_length < 132)
1840 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1843 if (profile_length & 3)
1844 return png_icc_profile_error(png_ptr, colorspace, name, profile_length,
1852 png_const_charp name, png_uint_32 profile_length,
1857 /* Length check; this cannot be ignored in this code because profile_length
1859 * long profile_length from the caller must be correct. The caller can fix
1863 if (temp != profile_length)
1869 profile_length < 132+12*temp) /* truncated tag table */
2030 png_const_charp name, png_uint_32 profile_length,
2065 if (tag_start > profile_length || tag_length > profile_length - tag_start)
2265 png_const_charp name, png_uint_32 profile_length, png_const_bytep profile,
2271 if (png_icc_check_length(png_ptr, colorspace, name, profile_length) &&
2272 png_icc_check_header(png_ptr, colorspace, name, profile_length, profile,
2274 png_icc_check_tag_table(png_ptr, colorspace, name, profile_length,