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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrutil.c1179 png_uint_32 profile_size; local
1269 /* Check the profile_size recorded in the first 32 bits of the ICC profile */
1271 profile_size = ((*(pC )) << 24) |
1277 * because profile_size is a 32 bit value.
1279 if (profile_size < profile_length)
1280 profile_length = profile_size;
1282 /* And the following guarantees that profile_size == profile_length. */
1283 if (profile_size > profile_length)
1290 png_warning_parameter_unsigned(p, 1, PNG_NUMBER_FORMAT_u, profile_size);
1299 profile_size);
[all...]

Completed in 36 milliseconds