Searched refs:profile_size (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.cpp719 unsigned int profile_size = SkScalarCeilToInt(6*sigma); local
722 unsigned int sw = width - profile_size;
725 int center = ( profile_size & ~1 ) - 1;
730 if (profile_size <= sw) {
743 int profile_size = SkScalarCeilToInt(6*sigma); local
745 int pad = profile_size/2;
H A DSkBlurMaskFilter.cpp712 unsigned int profile_size = SkScalarCeilToInt(6*sigma); local
714 texDesc.fWidth = profile_size;
721 key.fData32[0] = profile_size;
/external/skia/src/effects/
H A DSkBlurMask.cpp719 unsigned int profile_size = SkScalarCeilToInt(6*sigma); local
722 unsigned int sw = width - profile_size;
725 int center = ( profile_size & ~1 ) - 1;
730 if (profile_size <= sw) {
743 int profile_size = SkScalarCeilToInt(6*sigma); local
745 int pad = profile_size/2;
H A DSkBlurMaskFilter.cpp700 unsigned int profile_size = SkScalarCeilToInt(6*sigma); local
702 texDesc.fWidth = profile_size;
709 key.fData32[0] = profile_size;
/external/chromium_org/third_party/libpng/
H A Dpngrutil.c1057 png_uint_32 profile_size, profile_length; local
1143 /* Check the profile_size recorded in the first 32 bits of the ICC profile */
1145 profile_size = ((*(pC ))<<24) |
1150 if (profile_size < profile_length)
1151 profile_length = profile_size;
1153 if (profile_size > profile_length)
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrutil.c1073 png_uint_32 profile_size, profile_length; local
1159 /* Check the profile_size recorded in the first 32 bits of the ICC profile */
1161 profile_size = ((*(pC ))<<24) |
1166 if (profile_size < profile_length)
1167 profile_length = profile_size;
1169 if (profile_size > profile_length)

Completed in 4403 milliseconds