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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrutil.c1045 png_uint_32 profile_size, profile_length; local
1131 /* Check the profile_size recorded in the first 32 bits of the ICC profile */
1133 profile_size = ((*(pC ))<<24) |
1138 if (profile_size < profile_length)
1139 profile_length = profile_size;
1141 if (profile_size > profile_length)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
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 142 milliseconds