Searched refs:shadowOffsetY (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DFindIndicator.cpp40 static const float shadowOffsetY = 1.0; variable
56 static const float topBorderThickness = verticalBorderInsideShadow - shadowOffsetY + shadowBlurRadius / 2.0;
58 static const float bottomBorderThickness = verticalBorderInsideShadow + shadowOffsetY + shadowBlurRadius / 2.0;
153 graphicsContext.setShadow(FloatSize(shadowOffsetX, shadowOffsetY), shadowBlurRadius, shadowColor(), ColorSpaceSRGB);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DFindController.cpp269 static const float shadowOffsetY = 1.0; member in namespace:WebKit
303 graphicsContext.setShadow(FloatSize(shadowOffsetX, shadowOffsetY), shadowBlurRadius, holeShadowColor(fractionFadedIn), ColorSpaceSRGB);
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.h99 float shadowOffsetY() const;
H A DCanvasRenderingContext2D.idl58 attribute float shadowOffsetY;
H A DCanvasRenderingContext2D.cpp471 float CanvasRenderingContext2D::shadowOffsetY() const function in class:WebCore::CanvasRenderingContext2D
/external/webkit/Source/WebCore/inspector/front-end/
H A DSummaryBar.js203 ctx.shadowOffsetY = 5;

Completed in 199 milliseconds