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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.h158 static FloatSize applyShadowToGraphicsContext(GraphicsContext*, const ShadowData*, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal);
H A DTextPainter.cpp76 extraOffset = roundedIntSize(InlineTextBox::applyShadowToGraphicsContext(context, shadow, boxRect, stroked, opaque, horizontal));
H A DInlineTextBox.cpp427 FloatSize InlineTextBox::applyShadowToGraphicsContext(GraphicsContext* context, const ShadowData* shadow, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal) function in class:WebCore::InlineTextBox
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGInlineTextBox.cpp599 extraOffset = applyShadowToGraphicsContext(context, shadow, shadowRect, false /* stroked */, true /* opaque */, true /* horizontal */);

Completed in 127 milliseconds