Home
last modified time | relevance | path

Searched defs:blur (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/css/
DShadowValue.h37 PassRefPtr<CSSPrimitiveValue> blur, in create()
49 RefPtr<CSSPrimitiveValue> blur; variable
DSVGCSSStyleSelector.cpp563 int blur = item->blur ? item->blur->computeLengthInt(style(), m_rootElementStyle) : 0; in applySVGProperty() local
DCSSComputedStyleDeclaration.cpp672 … RefPtr<CSSPrimitiveValue> blur = zoomAdjustedPixelValue(s->blur(), style, primitiveValueCache); in valueForShadow() local
DCSSParser.cpp4620 RefPtr<CSSPrimitiveValue> blur; member
/external/proguard/src/proguard/gui/splash/
DShadowedSprite.java35 private final VariableInt blur; field in ShadowedSprite
54 VariableInt blur, in ShadowedSprite()
/external/webkit/Source/WebCore/rendering/style/
DShadowData.h53 …ShadowData(int x, int y, int blur, int spread, ShadowStyle style, bool isWebkitBoxShadow, const Co… in ShadowData()
76 int blur() const { return m_blur; } in blur() function
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContext.h156 SkScalar blur; member
164 : blur(b), dx(x), dy(y), color(c) in blur() function
DGraphicsContextAndroid.cpp384 void GraphicsContext::setPlatformShadow(const FloatSize& size, float blur, const Color& color, Colo… in setPlatformShadow()
/external/skia/gm/
Dimagefiltersgraph.cpp58 SkAutoTUnref<SkImageFilter> blur(new SkBlurImageFilter(4.0f, 4.0f, bitmapSource)); in onDraw() local
Dcolorfilterimagefilter.cpp117 SkAutoTUnref<SkImageFilter> blur(make_blur(3.0f)); in onDraw() local
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp489 void CanvasRenderingContext2D::setShadowBlur(float blur) in setShadowBlur()
1069 void CanvasRenderingContext2D::setShadow(float width, float height, float blur) in setShadow()
1077 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, const String& color) in setShadow()
1087 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float grayLevel) in setShadow()
1100 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, const String& color… in setShadow()
1118 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float grayLevel, fl… in setShadow()
1131 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float r, float g, f… in setShadow()
1144 void CanvasRenderingContext2D::setShadow(float width, float height, float blur, float c, float m, f… in setShadow()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.cpp136 void GraphicsContext::setShadow(const FloatSize& offset, float blur, const Color& color, ColorSpace… in setShadow()
145 void GraphicsContext::setLegacyShadow(const FloatSize& offset, float blur, const Color& color, Colo… in setLegacyShadow()
172 bool GraphicsContext::getShadow(FloatSize& offset, float& blur, Color& color, ColorSpace& colorSpac… in getShadow()
/external/webkit/Source/WebCore/platform/graphics/win/
DFontCGWin.cpp144 float blur; in drawGDIGlyphs() local
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp268 void GraphicsContext::setPlatformShadow(const FloatSize& size, float blur, const Color& color, Colo… in setPlatformShadow()
/external/skia/legacy/src/effects/
DSkBlurMask.cpp493 const uint8_t blur[], int blurRB, in merge_src_with_blur()
/external/webkit/Source/WebKit/win/
DDOMHTMLClasses.h648 virtual HRESULT STDMETHODCALLTYPE blur( void) { return DOMElement::blur(); } in blur() function
907 virtual HRESULT STDMETHODCALLTYPE blur( void) { return DOMHTMLElement::blur(); } in blur() function
1212 virtual HRESULT STDMETHODCALLTYPE blur( void) { return DOMHTMLElement::blur(); } in blur() function
1536 virtual HRESULT STDMETHODCALLTYPE blur( void) { return DOMHTMLElement::blur(); } in blur() function
1834 virtual HRESULT STDMETHODCALLTYPE blur( void) { return DOMHTMLElement::blur(); } in blur() function
2244 virtual HRESULT STDMETHODCALLTYPE blur( void) { return DOMHTMLElement::blur(); } in blur() function
2569 virtual HRESULT STDMETHODCALLTYPE blur( void) { return DOMHTMLElement::blur(); } in blur() function
DDOMCoreClasses.cpp1033 HRESULT STDMETHODCALLTYPE DOMElement::blur( void) in blur() function in DOMElement
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp1047 double blur = blurFloat; in setPlatformShadow() local
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp900 void GraphicsContext::setPlatformShadow(FloatSize const& size, float blur, Color const& color, Colo… in setPlatformShadow()
/external/skia/src/effects/
DSkBlurMask.cpp801 const uint8_t blur[], int blurRB, in merge_src_with_blur()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp915 void GraphicsContext::setPlatformShadow(const FloatSize& offset, float blur, const Color& color, Co… in setPlatformShadow()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp931 void GraphicsContext::setPlatformShadow(const FloatSize& size, float blur, const Color& color, Colo… in setPlatformShadow()
/external/webkit/Source/WebCore/dom/
DElement.cpp1601 void Element::blur() in blur() function in WebCore::Element
/external/webkit/Source/WebCore/page/
DDOMWindow.cpp891 void DOMWindow::blur() in blur() function in WebCore::DOMWindow
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery-1.4.2.min.js64 ….event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},functio… property
67 …,b){return this.mouseenter(a).mouseleave(b||a)}});var Ga={focus:"focusin",blur:"focusout",mouseent… property

12