Searched defs:shadowRect (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | ContextShadowCairo.cpp | 133 void ContextShadow::drawRectShadowWithoutTiling(GraphicsContext* context, const IntRect& shadowRect… in drawRectShadowWithoutTiling() 215 FloatRect shadowRect = FloatRect(rect.location(), shadowBufferSize); in drawRectShadow() local
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | ShadowBlur.cpp | 82 …alues(float radius, const Color& color, ColorSpace colorSpace, const FloatRect& shadowRect, const … in setLastShadowValues() 92 … Color& color, ColorSpace colorSpace, const FloatRect& bounds, const FloatRect& shadowRect, const … in setLastInsetShadowValues() 103 …hadow(float radius, const Color& color, ColorSpace colorSpace, const FloatRect& shadowRect, const … in matchesLastShadow() argument 110 … Color& color, ColorSpace colorSpace, const FloatRect& bounds, const FloatRect& shadowRect, const … in matchesLastInsetShadow() argument
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineTextBox.cpp | 376 FloatRect shadowRect(textRect); in applyShadowToGraphicsContext() local 911 FloatRect shadowRect(localOrigin, FloatSize(width, baseline + 2)); in paintDecoration() local
|
D | RenderBoxModelObject.cpp | 2093 IntRect shadowRect(border.rect()); in paintBoxShadow() local
|
D | RenderLayer.cpp | 3545 IntRect shadowRect = layerBounds; in scrollTo() local
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGInlineTextBox.cpp | 620 …FloatRect shadowRect(FloatPoint(textOrigin.x(), textOrigin.y() - scaledFont.fontMetrics().floatAsc… in paintTextWithShadows() local
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | RenderThemeGtk2.cpp | 457 IntRect shadowRect(textFieldRect); in paintTextField() local
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1568 FloatRect shadowRect(dirtyRect); in didDraw() local
|