Searched refs:applyShadowToGraphicsContext (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | InlineTextBox.h | 147 …static FloatSize applyShadowToGraphicsContext(GraphicsContext*, const ShadowData*, const FloatRect…
|
D | InlineTextBox.cpp | 363 FloatSize InlineTextBox::applyShadowToGraphicsContext(GraphicsContext* context, const ShadowData* s… in applyShadowToGraphicsContext() function in WebCore::InlineTextBox 402 …extraOffset = roundedIntSize(InlineTextBox::applyShadowToGraphicsContext(context, shadow, boxRect,… in paintTextWithShadows()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGInlineTextBox.cpp | 628 …extraOffset = applyShadowToGraphicsContext(context, shadow, shadowRect, false /* stroked */, true … in paintTextWithShadows()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 21230 (WebCore::InlineTextBox::applyShadowToGraphicsContext): 28498 (WebCore::InlineTextBox::applyShadowToGraphicsContext): 111278 …(WebCore::InlineTextBox::applyShadowToGraphicsContext): Refactored from paintTextWithShadows(), so… 111279 (WebCore::paintTextWithShadows): Use refactored applyShadowToGraphicsContext() function.
|