HomeSort by relevance Sort by last modified time
    Searched defs:blur (Results 1 - 22 of 22) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/cts/
BlurMaskFilter_BlurTest.java 22 import android.graphics.BlurMaskFilter.Blur;
35 assertEquals(Blur.NORMAL, Blur.valueOf("NORMAL"));
36 assertEquals(Blur.SOLID, Blur.valueOf("SOLID"));
37 assertEquals(Blur.OUTER, Blur.valueOf("OUTER"));
38 assertEquals(Blur.INNER, Blur.valueOf("INNER"));
43 Blur[] blur = Blur.values() local
    [all...]
  /external/skia/gm/
backdrop.cpp 15 // Make a noisy (with hard-edges) background, so we can see the effect of the blur
40 // now setup a saveLayer that will pull in the backdrop and blur it
48 auto blur = SkBlurImageFilter::Make(sigma, sigma, nullptr); local
49 auto rec = SkCanvas::SaveLayerRec(drawrptr, nullptr, blur.get(), 0);
51 // draw something inside, just to demonstrate that we don't blur the new contents,
62 * - row:0 no-hint-rect no-clip-rect expect big blur (except inner circle)
63 * - row:1 no-hint-rect clip-rect expect small blur (except inner circle)
64 * - row:2 hint-rect no-clip-rect expect big blur (except inner circle)
65 * - row:3 hint-rect clip-rect expect small blur (except inner circle)
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSBlurTest.java 49 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.A_8(mRS)); local
50 blur.setInput(rsInput);
51 blur.setRadius(15);
52 blur.forEach(rsOutput);
78 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.RGBA_8888(mRS)); local
79 blur.setInput(rsInput);
80 blur.setRadius(15);
81 blur.forEach(rsOutput);
  /external/proguard/src/proguard/gui/splash/
ShadowedSprite.java 35 private final VariableInt blur; field in class:ShadowedSprite
47 * @param blur the variable blur of the shadow (0 for sharp shadows, 1 or
54 VariableInt blur,
60 this.blur = blur;
70 int b = blur.getInt(time) + 1;
  /external/skia/bench/
ImageFilterDAGBench.cpp 18 // Exercise a blur filter connected to 5 inputs of the same merge filter.
34 sk_sp<SkImageFilter> blur(SkBlurImageFilter::Make(20.0f, 20.0f, nullptr));
37 inputs[i] = blur;
71 sk_sp<SkImageFilter> blur(SkBlurImageFilter::Make(20.0f, 20.0f, nullptr));
74 inputs[i] = blur;
90 // Exercise a blur filter connected to both inputs of an SkDisplacementMapEffect.
103 sk_sp<SkImageFilter> blur(SkBlurImageFilter::Make(4.0f, 4.0f, nullptr));
110 blur, blur));
131 auto blur = SkBlurImageFilter::Make(20.0f, 20.0f, nullptr) variable
    [all...]
  /external/skia/src/core/
SkMaskBlurFilter.cpp 109 template <typename AlphaIter> void blur(const AlphaIter srcBegin, const AlphaIter srcEnd, function in class:__anon38097::final::Scan
335 // The blur_x_radius_N function below blur along a row of pixels using a kernel with radius N. This
548 BlurX blur,
558 blur(load(src, 8, nullptr), g0, g1, g2, g3, g4, &d0, &d8);
573 blur(load(src, srcTail, nullptr), g0, g1, g2, g3, g4, &d0, &d8);
591 static void blur_x_rect(BlurX blur,
602 // Blur *ALL* the rows.
604 blur_row(blur, g0, g1, g2, g3, g4, src, srcW, dst, dstW);
765 BlurY blur, int radius, int width,
781 auto b = blur(s
    [all...]
SkBlurMask.cpp 19 // "high quality" mode, in SkBlurMask::Blur() (1 / sqrt(3)).
20 // IMHO, it actually should be 1: we blur "less" than we should do
24 // all the blur tests.
39 const uint8_t blur[], int blurRB,
46 *dst = SkToU8(SkAlphaMul(*blur, SkAlpha255To256(*rowSrc)));
49 ++blur;
53 blur += blurRB;
116 // If there is no effective blur most styles will just produce the original mask.
133 const SkIPoint border = blurFilter.blur(src, dst);
222 SkMask blur = *dst local
    [all...]
  /external/skqp/bench/
ImageFilterDAGBench.cpp 18 // Exercise a blur filter connected to 5 inputs of the same merge filter.
34 sk_sp<SkImageFilter> blur(SkBlurImageFilter::Make(20.0f, 20.0f, nullptr));
37 inputs[i] = blur;
71 sk_sp<SkImageFilter> blur(SkBlurImageFilter::Make(20.0f, 20.0f, nullptr));
74 inputs[i] = blur;
90 // Exercise a blur filter connected to both inputs of an SkDisplacementMapEffect.
103 sk_sp<SkImageFilter> blur(SkBlurImageFilter::Make(4.0f, 4.0f, nullptr));
110 blur, blur));
131 auto blur = SkBlurImageFilter::Make(20.0f, 20.0f, nullptr) variable
    [all...]
  /external/skqp/src/core/
SkMaskBlurFilter.cpp 109 template <typename AlphaIter> void blur(const AlphaIter srcBegin, const AlphaIter srcEnd, function in class:__anon38900::final::Scan
335 // The blur_x_radius_N function below blur along a row of pixels using a kernel with radius N. This
548 BlurX blur,
558 blur(load(src, 8, nullptr), g0, g1, g2, g3, g4, &d0, &d8);
573 blur(load(src, srcTail, nullptr), g0, g1, g2, g3, g4, &d0, &d8);
591 static void blur_x_rect(BlurX blur,
602 // Blur *ALL* the rows.
604 blur_row(blur, g0, g1, g2, g3, g4, src, srcW, dst, dstW);
765 BlurY blur, int radius, int width,
781 auto b = blur(s
    [all...]
SkBlurMask.cpp 19 // "high quality" mode, in SkBlurMask::Blur() (1 / sqrt(3)).
20 // IMHO, it actually should be 1: we blur "less" than we should do
24 // all the blur tests.
39 const uint8_t blur[], int blurRB,
46 *dst = SkToU8(SkAlphaMul(*blur, SkAlpha255To256(*rowSrc)));
49 ++blur;
53 blur += blurRB;
116 // If there is no effective blur most styles will just produce the original mask.
133 const SkIPoint border = blurFilter.blur(src, dst);
222 SkMask blur = *dst local
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 105 sp<ScriptIntrinsicBlur> blur = ScriptIntrinsicBlur::create(rs, e); local
109 blur->setRadius(15);
110 blur->setInput(inputAlloc);
111 blur->forEach(outputAlloc);
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
bootstrap.js 937 eventOut = this.options.trigger == 'hover' ? 'mouseleave' : 'blur'
1775 , blur: function (e) { method in class:Dropdown
    [all...]
  /external/python/cpython2/Modules/
imgfile.c 217 long *datap, int xnew, int ynew, int fmode, double blur)
226 xnew, ynew, fmode, blur);
230 xnew, ynew, fmode, blur);
233 xnew, ynew, fmode, blur);
236 xnew, ynew, fmode, blur);
255 double blur = 1.0; local
262 ** (filter name and blur factor). Also, 4 or 5 arguments indicates
267 &fname, &xwtd, &ywtd, &filter, &blur) )
336 idatap, xwtd, ywtd, fmode, blur);
  /external/skia/src/effects/
SkLayerDrawLooper.cpp 172 // bottom layer needs to be just blur(maskfilter)
354 sk_sp<SkMaskFilter> blur = nullptr; local
356 blur = SkMaskFilter::MakeBlur(kNormal_SkBlurStyle, sigma, true);
365 // Blur layer
371 paint->setMaskFilter(std::move(blur));
  /external/skqp/src/effects/
SkLayerDrawLooper.cpp 172 // bottom layer needs to be just blur(maskfilter)
354 sk_sp<SkMaskFilter> blur = nullptr; local
356 blur = SkMaskFilter::MakeBlur(kNormal_SkBlurStyle, sigma, true);
365 // Blur layer
371 paint->setMaskFilter(std::move(blur));
  /external/ImageMagick/MagickCore/
composite.c 796 blur;
799 Blur Image by resampling.
801 Blur Image dictated by an overlay gradient map: X = red_channel;
812 Gather the maximum blur sigma values from user.
837 blur.x1=width;
838 blur.x2=0.0;
839 blur.y1=0.0;
840 blur.y2=height;
848 blur.x1=width*cos(angle);
849 blur.x2=width*sin(angle)
794 blur; local
    [all...]
resize.c 99 blur, /* x-scale (blur-sharpen) */
318 This separates the gaussian 'sigma' value from the 'blur/support'
639 % LanczosSharp is a slightly sharpened (blur=0.9812505644269356 < 1) form of
642 % (Sinc-Sinc) filter. The chosen blur value comes as close as possible to
651 % filters. The 'sharp' version uses a blur factor of 0.9549963639785485,
714 % "filter:blur" Scale the filter and support window by this amount. A value
721 % method of using the filter as a 'blur' convolution. Particularly when
752 % o blur: blur the filter by this amount, use 1.0 if unknown. Imag
97 blur, \/* x-scale (blur-sharpen) *\/ member in struct:_ResizeFilter
    [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 2094 void Magick::Image::blur(const double radius_,const double sigma_) function in class:Magick::Image
    [all...]
  /external/proguard/lib/
proguardgui.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/cldr/tools/java/libs/
xercesImpl.jar 

Completed in 1701 milliseconds