Searched refs:paintTextWithShadows (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGInlineTextBox.cpp | 561 void SVGInlineTextBox::paintTextWithShadows(GraphicsContext* context, RenderStyle* style, in paintTextWithShadows() function in blink::SVGInlineTextBox 629 paintTextWithShadows(context, style, textRun, fragment, 0, fragment.length, resourceMode); in paintText() 635 paintTextWithShadows(context, style, textRun, fragment, 0, startPosition, resourceMode); in paintText() 644 …paintTextWithShadows(context, selectionStyle, textRun, fragment, startPosition, endPosition, resou… in paintText() 654 …paintTextWithShadows(context, style, textRun, fragment, endPosition, fragment.length, resourceMode… in paintText()
|
D | SVGInlineTextBox.h | 69 void paintTextWithShadows(GraphicsContext*, RenderStyle*, TextRun&, const SVGTextFragment&,
|