HomeSort by relevance Sort by last modified time
    Searched full:blur (Results 101 - 125 of 571) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlurMaskFilter_Delegate.java 52 return "Blur Mask Filters are not supported.";
  /frameworks/rs/java/tests/ImageProcessing_jb/res/values/
strings.xml 24 <string name="blur_description">Blur Radius</string>
  /external/chromium_org/chrome/browser/resources/chromeos/
set_time.js 62 $('time').addEventListener('blur', this.onTimeBlur_.bind(this), false);
63 $('date').addEventListener('blur', this.onTimeBlur_.bind(this), false);
120 * @param {Event} e The blur event.
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterOperations.cpp 40 // We take the half kernel size and multiply it with three, because we run box blur three times.
104 if (operationType == FilterOperation::BLUR || operationType == FilterOperation::DROP_SHADOW || operationType == FilterOperation::REFERENCE)
116 case FilterOperation::BLUR: {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
search_box.js 51 this.inputElement.addEventListener('blur', this.onBlur_.bind(this));
160 * Handles a blur event of the search box.
177 this.inputElement.blur();
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
FullscreenBlur.java 55 // This is only used when full screen blur is enabled
128 // Horizontal blur
137 // Vertical Blur
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
IPTestListJB.java 39 BLUR_RADIUS_25 ("Blur radius 25", RELAXED_FP, 1045.f),
40 INTRINSIC_BLUR_RADIUS_25 ("Intrinsic Blur radius 25", INTRINSIC, 643.f),
65 INTRINSICS_BLUR_25G ("Intrinsics Blur 25 uchar", INTRINSIC, 173.3f),
  /external/chromium_org/chrome/browser/resources/options/
editable_text_field.js 64 this.editField_.addEventListener('blur', this.handleBlur_.bind(this));
319 * @param {Event} e the blur event.
352 this.ownerDocument.activeElement.blur();
364 window.addEventListener('blur', function(e) {
369 document.activeElement.blur();
  /ndk/docs/renderscript/
classandroid_1_1RSC_1_1ScriptIntrinsicBlur.html 64 <div class="textblock"><p>Intrinsic Gausian blur filter. Applies a Gaussian blur of the specified radius to all elements of an <a class="el" href="classandroid_1_1RSC_1_1Allocation.html">Allocation</a>. </p>
142 <p>Sets the input of the blur. </p>
166 <p>Sets the radius of the blur. The supported range is 0 &lt; radius &lt;= 25. </p>
169 <tr><td class="paramdir">[in]</td><td class="paramname">radius</td><td>radius of the blur </td></tr>
  /external/chromium_org/third_party/skia/tests/
BlurTest.cpp 57 //inner half of blur
59 //blur, but no path.
159 // Use SkBlurMask::BlurGroundTruth to blur a 'width' x 'height' solid
327 // Test out the normal blur style with a wide range of sigmas
492 // 2 layers is good, but need blur
514 // values <= 0 should not success for a blur
569 DEF_GPUTEST(Blur, reporter, factory) {
  /external/skia/tests/
BlurTest.cpp 57 //inner half of blur
59 //blur, but no path.
159 // Use SkBlurMask::BlurGroundTruth to blur a 'width' x 'height' solid
327 // Test out the normal blur style with a wide range of sigmas
492 // 2 layers is good, but need blur
514 // values <= 0 should not success for a blur
569 DEF_GPUTEST(Blur, reporter, factory) {
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 64 // Compute gaussian weights for the blur
75 // The larger the radius gets, the more our gaussian blur
76 // will resemble a box blur since with large sigma
81 // some math during the blur calculations precompute some values
289 ALOGE("Blur executed without input, skipping");
359 ALOGE("Blur executed without input, skipping");
  /external/chromium_org/chrome/browser/resources/ntp4/
nav_dot.js 61 this.input_.addEventListener('blur', this.onInputBlur_.bind(this));
171 this.input_.blur();
178 * @param {Event} e The blur event.
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 94 sp<ScriptIntrinsicBlur> blur = ScriptIntrinsicBlur::create(rs, e); local
98 blur->setRadius(15);
99 blur->setInput(inputAlloc);
100 blur->forEach(outputAlloc);
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 164 RenderScript has built-in features such as blur, convolve filter etc.
166 In the sample, it's creating blur, convolve and matrix intrinsics.
181 * Set blur kernel size
247 (e.g. 1.0-25.0 in Blur filter)
  /developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
MainActivity.java 164 RenderScript has built-in features such as blur, convolve filter etc.
166 In the sample, it's creating blur, convolve and matrix intrinsics.
181 * Set blur kernel size
247 (e.g. 1.0-25.0 in Blur filter)
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotificationDisplay.java 46 // Have the system blur any windows behind this one.
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
MainActivity.java 164 RenderScript has built-in features such as blur, convolve filter etc.
166 In the sample, it's creating blur, convolve and matrix intrinsics.
181 * Set blur kernel size
247 (e.g. 1.0-25.0 in Blur filter)
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFilterValue.cpp 71 result.append("blur(");
  /external/chromium_org/third_party/WebKit/Source/core/dom/
GlobalEventHandlers.h 41 DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(blur);
  /external/chromium_org/third_party/WebKit/Source/core/events/
Event.idl 48 const unsigned short BLUR = 8192;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameSetElement.h 51 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(blur);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.idl 176 [MeasureAs=CanvasRenderingContext2DSetShadow] void setShadow(unrestricted float width, unrestricted float height, unrestricted float blur, optional DOMString color, optional unrestricted float alpha);
177 [MeasureAs=CanvasRenderingContext2DSetShadow] void setShadow(unrestricted float width, unrestricted float height, unrestricted float blur, unrestricted float grayLevel, optional unrestricted float alpha);
178 [MeasureAs=CanvasRenderingContext2DSetShadow] void setShadow(unrestricted float width, unrestricted float height, unrestricted float blur, unrestricted float r, unrestricted float g, unrestricted float b, unrestricted float a);
179 [MeasureAs=CanvasRenderingContext2DSetShadow] void setShadow(unrestricted float width, unrestricted float height, unrestricted float blur, unrestricted float c, unrestricted float m, unrestricted float y, unrestricted float k, unrestricted float a);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
DrawLooperBuilder.h 72 void addShadow(const FloatSize& offset, float blur, const Color&,
  /external/chromium_org/third_party/skia/expectations/gm/
ignored-tests.txt 40 # Needs rebaselining after faster GPU blur patch lands

Completed in 1503 milliseconds

1 2 3 45 6 7 8 91011>>