/external/chromium_org/chrome/test/chromedriver/js/ |
focus.js | 8 // the target element. We do not want to blur an element unnecessarily, 29 prevActiveElement.blur();
|
focus_test.html | 28 a.addEventListener('blur', onBlur, false); 33 a.removeEventListener('blur', onBlur, false);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
ShadowData.cpp | 44 clampTo(WebCore::blend(from.blur(), blur(), progress), 0.0f),
|
/external/chromium_org/ui/views/ |
shadow_border.cc | 16 ShadowBorder::ShadowBorder(int blur, 21 blur_(blur),
|
/external/chromium_org/cc/output/ |
filter_operations.cc | 50 // provides this approximation for evaluating a gaussian blur by a triple box 66 if (op.type() == FilterOperation::BLUR || 69 if (op.type() == FilterOperation::BLUR) { 90 case FilterOperation::BLUR: 119 case FilterOperation::BLUR:
|
/external/chromium_org/third_party/skia/gm/ |
imagefiltersgraph.cpp | 128 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create(4.0f, 4.0f, bitmapSource)); 129 SkAutoTUnref<SkImageFilter> erode(SkErodeImageFilter::Create(4, 4, blur)); 131 SkAutoTUnref<SkImageFilter> merge(SkMergeImageFilter::Create(blur, color)); 176 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create( 182 SkXfermodeImageFilter::Create(mode, blur, NULL, &cropRect));
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/ |
image_adjust.js | 211 * Blur filter. 214 ImageEditor.Mode.Blur = function() { 215 ImageEditor.Mode.Adjust.call(this, 'blur'); 218 ImageEditor.Mode.Blur.prototype = 225 ImageEditor.Mode.Blur.prototype.createTools = function(toolbar) {
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
image_adjust.js | 211 * Blur filter. 214 ImageEditor.Mode.Blur = function() { 215 ImageEditor.Mode.Adjust.call(this, 'blur'); 218 ImageEditor.Mode.Blur.prototype = 225 ImageEditor.Mode.Blur.prototype.createTools = function(toolbar) {
|
/external/skia/gm/ |
imagefiltersgraph.cpp | 128 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create(4.0f, 4.0f, bitmapSource)); 129 SkAutoTUnref<SkImageFilter> erode(SkErodeImageFilter::Create(4, 4, blur)); 131 SkAutoTUnref<SkImageFilter> merge(SkMergeImageFilter::Create(blur, color)); 176 SkAutoTUnref<SkImageFilter> blur(SkBlurImageFilter::Create( 182 SkXfermodeImageFilter::Create(mode, blur, NULL, &cropRect));
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBlurMask.cpp | 17 // "high quality" mode, in SkBlurMask::Blur() (1 / sqrt(3)). 18 // IMHO, it actually should be 1: we blur "less" than we should do 22 // all the blur tests. 36 * This function performs a box blur in X, of the given radius. If the 229 * This variant of the box blur handles blurring of non-integer radii. It 421 const uint8_t blur[], int blurRB, 428 *dst = SkToU8(SkAlphaMul(*blur, SkAlpha255To256(*src))); 431 blur += 1; 435 blur += blurRB; 465 SkDEBUGFAIL("Unexpected blur style here") [all...] |
SkBlurMaskFilter.cpp | 258 SK_CONF_DECLARE( bool, c_analyticBlurRRect, "mask.filter.blur.analyticblurrrect", false, "Use the faster analytic blur approach for ninepatch rects" ); 260 SK_CONF_DECLARE( bool, c_analyticBlurRRect, "mask.filter.blur.analyticblurrrect", true, "Use the faster analytic blur approach for ninepatch round rects" ); 294 // total bounds, but we do need an inset the size of our blur-radius 314 // special case for fast round rect blur 315 // don't actually do the blur the first time, just compute the correct size 330 // the margin, to account for inner and outer blur. 394 SK_CONF_DECLARE( bool, c_analyticBlurNinepatch, "mask.filter.analyticNinePatch", true, "Use the faster analytic blur approach for ninepatch rects" ); 406 // total bounds, but we do need an inset the size of our blur-radiu [all...] |
/external/skia/src/effects/ |
SkBlurMask.cpp | 17 // "high quality" mode, in SkBlurMask::Blur() (1 / sqrt(3)). 18 // IMHO, it actually should be 1: we blur "less" than we should do 22 // all the blur tests. 36 * This function performs a box blur in X, of the given radius. If the 229 * This variant of the box blur handles blurring of non-integer radii. It 421 const uint8_t blur[], int blurRB, 428 *dst = SkToU8(SkAlphaMul(*blur, SkAlpha255To256(*src))); 431 blur += 1; 435 blur += blurRB; 465 SkDEBUGFAIL("Unexpected blur style here") [all...] |
SkBlurMaskFilter.cpp | 258 SK_CONF_DECLARE( bool, c_analyticBlurRRect, "mask.filter.blur.analyticblurrrect", false, "Use the faster analytic blur approach for ninepatch rects" ); 260 SK_CONF_DECLARE( bool, c_analyticBlurRRect, "mask.filter.blur.analyticblurrrect", true, "Use the faster analytic blur approach for ninepatch round rects" ); 294 // total bounds, but we do need an inset the size of our blur-radius 314 // special case for fast round rect blur 315 // don't actually do the blur the first time, just compute the correct size 330 // the margin, to account for inner and outer blur. 394 SK_CONF_DECLARE( bool, c_analyticBlurNinepatch, "mask.filter.analyticNinePatch", true, "Use the faster analytic blur approach for ninepatch rects" ); 406 // total bounds, but we do need an inset the size of our blur-radiu [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BlurMaskFilterTest.java | 25 import android.graphics.BlurMaskFilter.Blur; 38 BlurMaskFilter filter = new BlurMaskFilter(RADIUS, Blur.NORMAL); 55 // check blur zone, color should remain, alpha varies
|
/external/ceres-solver/docs/source/ |
index.rst | 34 * Stitch `panoramas`_ or apply `Lens Blur`_ on Android. 51 .. _Lens Blur: http://googleresearch.blogspot.com/2014/04/lens-blur-in-new-google-camera-app.html
|
/external/chromium-trace/trace-viewer/src/ui/ |
mouse_tracker.js | 44 this.targetElement_.addEventListener('blur', this.onMouseUp_); 59 this.targetElement_.removeEventListener('blur', this.onMouseUp_);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
media_widget.js | 35 this.mediaElem_.addEventListener('blur', this.blurListener_, false); 42 this.mediaElem_.removeEventListener('blur', this.blurListener_, false);
|
/external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/ |
DeferredLegacyStyleInterpolationTest.cpp | 79 EXPECT_FALSE(test(CSSPropertyWebkitFilter, "hue-rotate(180deg) blur(6px)")); 80 EXPECT_FALSE(test(CSSPropertyWebkitFilter, "grayscale(0) blur(0px)"));
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
CanvasRenderingContext2D.h | 171 void setShadow(float width, float height, float blur); 172 void setShadow(float width, float height, float blur, const String& color); 173 void setShadow(float width, float height, float blur, float grayLevel); 174 void setShadow(float width, float height, float blur, const String& color, float alpha); 175 void setShadow(float width, float height, float blur, float grayLevel, float alpha); 176 void setShadow(float width, float height, float blur, float r, float g, float b, float a); 177 void setShadow(float width, float height, float blur, float c, float m, float y, float k, float a); 286 void setShadow(const FloatSize& offset, float blur, RGBA32 color);
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
bubble_button.js | 66 // Blur focus when a mouse button is pressed, matching the behavior of 70 document.activeElement.blur();
|
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/res/layout/ |
main_layout.xml | 29 android:text="Blur" />
|
/developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/res/layout/ |
main_layout.xml | 29 android:text="Blur" />
|
/development/samples/browseable/RenderScriptIntrinsic/res/layout/ |
main_layout.xml | 29 android:text="Blur" />
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
EventTypeNames.in | 32 blur
|
/external/chromium_org/third_party/skia/animations/ |
checkbox.xml | 44 <blur radius="1" blurStyle="normal"/>
|