Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkBlurMask.cpp739 unsigned int profile_size = SkScalarCeilToInt(6*sigma); in ComputeBlurredScanline() local
742 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() local
765 int pad = profile_size/2; in BlurRect()
/external/ImageMagick/coders/
Dbmp.c569 profile_size; in ReadBMPImage() local
642 profile_size=0; in ReadBMPImage()
798 profile_size=ReadBlobLSBLong(image); in ReadBMPImage()
800 (void) profile_size; in ReadBMPImage()
/external/syslinux/com32/lib/libpng/
Dpngrutil.c1050 png_uint_32 profile_size, profile_length; in png_handle_iCCP() local
1138 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()