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

/vbox/src/libs/libpng-1.2.8/
H A Dpngrutil.c988 png_uint_32 profile_size, profile_length; local
1069 /* Check the profile_size recorded in the first 32 bits of the ICC profile */
1071 profile_size = ((*(pC ))<<24) |
1076 if(profile_size < profile_length)
1077 profile_length = profile_size;
1079 if(profile_size > profile_length)

Completed in 132 milliseconds