Searched refs:profile_size (Results 1 – 2 of 2) sorted by relevance
719 unsigned int profile_size = SkScalarCeilToInt(6*sigma); in ComputeBlurredScanline() local722 unsigned int sw = width - profile_size; in ComputeBlurredScanline()725 int center = ( profile_size & ~1 ) - 1; in ComputeBlurredScanline()730 if (profile_size <= sw) { in ComputeBlurredScanline()743 int profile_size = SkScalarCeilToInt(6*sigma); in BlurRect() local745 int pad = profile_size/2; in BlurRect()
1240 png_uint_32 profile_size; in png_handle_iCCP() local1335 profile_size = ((*(pC )) << 24) | in png_handle_iCCP()1343 if (profile_size < profile_length) in png_handle_iCCP()1344 profile_length = profile_size; in png_handle_iCCP()1347 if (profile_size > profile_length) in png_handle_iCCP()1354 png_warning_parameter_unsigned(p, 1, PNG_NUMBER_FORMAT_u, profile_size); in png_handle_iCCP()1363 profile_size); in png_handle_iCCP()