HomeSort by relevance Sort by last modified time
    Searched refs:profile_size (Results 1 - 3 of 3) sorted by null

  /external/skia/src/effects/
SkBlurMask.cpp 719 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;
    [all...]
  /external/ImageMagick/coders/
bmp.c 577 profile_size;
650 profile_size=0;
806 profile_size=ReadBlobLSBLong(image);
808 (void) profile_size;
569 profile_size; local
    [all...]
  /external/opencv3/3rdparty/libpng/
pngrutil.c 1240 png_uint_32 profile_size; local
    [all...]

Completed in 226 milliseconds