Home
last modified time | relevance | path

Searched refs:paintTextWithShadows (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineTextBox.cpp561 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()
644paintTextWithShadows(context, selectionStyle, textRun, fragment, startPosition, endPosition, resou… in paintText()
654paintTextWithShadows(context, style, textRun, fragment, endPosition, fragment.length, resourceMode… in paintText()
DSVGInlineTextBox.h69 void paintTextWithShadows(GraphicsContext*, RenderStyle*, TextRun&, const SVGTextFragment&,