Searched refs:profile_size (Results 1 – 3 of 3) sorted by relevance
739 unsigned int profile_size = SkScalarCeilToInt(6*sigma); in ComputeBlurredScanline() local742 unsigned int sw = width - profile_size; in ComputeBlurredScanline()745 int center = ( profile_size & ~1 ) - 1; in ComputeBlurredScanline()750 if (profile_size <= sw) { in ComputeBlurredScanline()763 int profile_size = SkScalarCeilToInt(6*sigma); in BlurRect() local765 int pad = profile_size/2; in BlurRect()
569 profile_size; in ReadBMPImage() local642 profile_size=0; in ReadBMPImage()798 profile_size=ReadBlobLSBLong(image); in ReadBMPImage()800 (void) profile_size; in ReadBMPImage()
1050 png_uint_32 profile_size, profile_length; in png_handle_iCCP() local1138 profile_size = ((*(pC ))<<24) | in png_handle_iCCP()1143 if (profile_size < profile_length) in png_handle_iCCP()1144 profile_length = profile_size; in png_handle_iCCP()1146 if (profile_size > profile_length) in png_handle_iCCP()