Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkBlurMask.cpp719 unsigned int profile_size = SkScalarCeilToInt(6*sigma); in ComputeBlurredScanline() local
722 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() local
745 int pad = profile_size/2; in BlurRect()
/external/opencv3/3rdparty/libpng/
Dpngrutil.c1240 png_uint_32 profile_size; in png_handle_iCCP() local
1335 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()