Searched refs:profile_size (Results 1 – 1 of 1) 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()