Home
last modified time | relevance | path

Searched refs:applyShadowToGraphicsContext (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineTextBox.h147 …static FloatSize applyShadowToGraphicsContext(GraphicsContext*, const ShadowData*, const FloatRect…
DInlineTextBox.cpp363 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/
DSVGInlineTextBox.cpp628 …extraOffset = applyShadowToGraphicsContext(context, shadow, shadowRect, false /* stroked */, true … in paintTextWithShadows()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0621230 (WebCore::InlineTextBox::applyShadowToGraphicsContext):
28498 (WebCore::InlineTextBox::applyShadowToGraphicsContext):
111278 …(WebCore::InlineTextBox::applyShadowToGraphicsContext): Refactored from paintTextWithShadows(), so…
111279 (WebCore::paintTextWithShadows): Use refactored applyShadowToGraphicsContext() function.