Home
last modified time | relevance | path

Searched refs:shadowOffsetX (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DFindIndicator.cpp39 static const float shadowOffsetX = 0.0; variable
55 static const float leftBorderThickness = horizontalBorderInsideShadow + shadowOffsetX + shadowBlurR…
57 static const float rightBorderThickness = horizontalBorderInsideShadow - shadowOffsetX + shadowBlur…
153 …graphicsContext.setShadow(FloatSize(shadowOffsetX, shadowOffsetY), shadowBlurRadius, shadowColor()… in draw()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.cpp268 static const float shadowOffsetX = 0.0; variable
303 …graphicsContext.setShadow(FloatSize(shadowOffsetX, shadowOffsetY), shadowBlurRadius, holeShadowCol… in drawRect()
/external/webkit/Source/WebCore/inspector/front-end/
DSummaryBar.js202 ctx.shadowOffsetX = 3;
210 ctx.shadowOffsetX = -3;
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.h96 float shadowOffsetX() const;
DCanvasRenderingContext2D.idl57 attribute float shadowOffsetX;
DCanvasRenderingContext2D.cpp458 float CanvasRenderingContext2D::shadowOffsetX() const in shadowOffsetX() function in WebCore::CanvasRenderingContext2D
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1639417 "The shadowOffsetX and shadowOffsetY attributes specify the distance
41635 "The shadowOffsetX and shadowOffsetY attributes specify the distance
DChangeLog-2010-05-247195 (lineWidth, miterLimit, shadowOffsetX, shadowOffsetY and shadowBlur)