Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkBlurMask.cpp718 unsigned int profile_size = SkScalarCeilToInt(6*sigma); in ComputeBlurredScanline() local
721 unsigned int sw = width - profile_size; in ComputeBlurredScanline()
724 int center = ( profile_size & ~1 ) - 1; in ComputeBlurredScanline()
729 if (profile_size <= sw) { in ComputeBlurredScanline()
742 int profile_size = SkScalarCeilToInt(6*sigma); in BlurRect() local
744 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()