Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp601 void SVGInlineTextBox::paintTextWithShadows(GraphicsContext* context, RenderStyle* style, TextRun& … in paintTextWithShadows() function in WebCore::SVGInlineTextBox
688 paintTextWithShadows(context, style, textRun, fragment, 0, fragment.length); in paintText()
694 paintTextWithShadows(context, style, textRun, fragment, 0, startPosition); in paintText()
701 paintTextWithShadows(context, selectionStyle, textRun, fragment, startPosition, endPosition); in paintText()
708 paintTextWithShadows(context, style, textRun, fragment, endPosition, fragment.length); in paintText()
DSVGInlineTextBox.h77 …void paintTextWithShadows(GraphicsContext*, RenderStyle*, TextRun&, const SVGTextFragment&, int st…
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp390 static void paintTextWithShadows(GraphicsContext* context, const Font& font, const TextRun& textRun… in paintTextWithShadows() function
682paintTextWithShadows(context, font, textRun, nullAtom, 0, 0, length, length, textOrigin, boxRect, … in paint()
684paintTextWithShadows(context, font, textRun, nullAtom, 0, ePos, sPos, length, textOrigin, boxRect,… in paint()
697paintTextWithShadows(context, combinedText ? combinedText->originalFont() : font, emphasisMarkText… in paint()
699paintTextWithShadows(context, combinedText ? combinedText->originalFont() : font, emphasisMarkText… in paint()
715paintTextWithShadows(context, font, textRun, nullAtom, 0, sPos, ePos, length, textOrigin, boxRect,… in paint()
725paintTextWithShadows(context, combinedText ? combinedText->originalFont() : font, emphasisMarkText… in paint()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-16261 …-> SVGInlineTextBox::paintTextWithShadows() calculates a scaling factor for text, to scale up the …
317 (WebCore::SVGInlineTextBox::paintTextWithShadows):
19389 (WebCore::SVGInlineTextBox::paintTextWithShadows):
39631 (WebCore::paintTextWithShadows): Paint emphasis marks.
DChangeLog-2010-12-0621231 (WebCore::paintTextWithShadows):
26502 (WebCore::paintTextWithShadows):
28499 (WebCore::paintTextWithShadows):
28505 (WebCore::SVGInlineTextBox::paintTextWithShadows):
111278 …re::InlineTextBox::applyShadowToGraphicsContext): Refactored from paintTextWithShadows(), so SVG c…
111279 (WebCore::paintTextWithShadows): Use refactored applyShadowToGraphicsContext() function.
111282 (WebCore::SVGInlineTextBox::paintTextWithShadows): Added.
111283 …(WebCore::SVGInlineTextBox::paintText): Call paintTextWithShadows() instead of directly drawing th…
DChangeLog-2010-01-2917622 (WebCore::paintTextWithShadows):
33552 (WebCore::paintTextWithShadows):
34447 (WebCore::paintTextWithShadows):
85521 (WebCore::paintTextWithShadows): If the text fill color is not opaque,
DChangeLog-2008-08-1025292 (WebCore::paintTextWithShadows): The loop was doing one extra pass
25514 (WebCore::paintTextWithShadows): Factored out from paint() and changed
25517 paintTextWithShadows(). Changed to not paint shadows for markers and
DChangeLog-2010-05-2423378 (WebCore::paintTextWithShadows):
DChangeLog65147 (WebCore::paintTextWithShadows):
DChangeLog-2009-06-1653155 (WebCore::paintTextWithShadows):