Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/UIProcess/
DFindIndicator.cpp40 static const float shadowOffsetY = 1.0; variable
56 static const float topBorderThickness = verticalBorderInsideShadow - shadowOffsetY + shadowBlurRadi…
58 static const float bottomBorderThickness = verticalBorderInsideShadow + shadowOffsetY + shadowBlurR…
153 …graphicsContext.setShadow(FloatSize(shadowOffsetX, shadowOffsetY), shadowBlurRadius, shadowColor()… in draw()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DFindController.cpp269 static const float shadowOffsetY = 1.0; variable
303 …graphicsContext.setShadow(FloatSize(shadowOffsetX, shadowOffsetY), shadowBlurRadius, holeShadowCol… in drawRect()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.h99 float shadowOffsetY() const;
DCanvasRenderingContext2D.idl58 attribute float shadowOffsetY;
DCanvasRenderingContext2D.cpp471 float CanvasRenderingContext2D::shadowOffsetY() const in shadowOffsetY() function in WebCore::CanvasRenderingContext2D
/external/webkit/Source/WebCore/inspector/front-end/
DSummaryBar.js203 ctx.shadowOffsetY = 5;
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1637407 the shadow direction is negated in canvas context shadowOffsetY.
39417 "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)