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

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrutil.c1180 png_alloc_size_t profile_length; local
1259 profile_length = data_length - prefix_length;
1261 if (prefix_length > data_length || profile_length < 4)
1276 /* NOTE: the following guarantees that 'profile_length' fits into 32 bits,
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)
1291 png_warning_parameter_unsigned(p, 2, PNG_NUMBER_FORMAT_u, profile_length);

Completed in 50 milliseconds