HomeSort by relevance Sort by last modified time
    Searched refs:shadowBlurRadius (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/
FindIndicator.cpp 41 static const float shadowBlurRadius = 3.0;
55 static const float leftBorderThickness = horizontalBorderInsideShadow + shadowOffsetX + shadowBlurRadius / 2.0;
56 static const float topBorderThickness = verticalBorderInsideShadow - shadowOffsetY + shadowBlurRadius / 2.0;
57 static const float rightBorderThickness = horizontalBorderInsideShadow - shadowOffsetX + 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/
FindController.cpp 270 static const float shadowBlurRadius = 2.0;
303 graphicsContext.setShadow(FloatSize(shadowOffsetX, shadowOffsetY), shadowBlurRadius, holeShadowColor(fractionFadedIn), ColorSpaceSRGB);
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.mm 483 CGFloat shadowBlurRadius;
496 shadowBlurRadius = [[shadowStyle substringWithRange:NSMakeRange(NSMaxRange(spaceRange), thirdRange.location - NSMaxRange(spaceRange))] floatValue];
500 [shadow setShadowBlurRadius:shadowBlurRadius];
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm     [all...]

Completed in 527 milliseconds