paintTextWithShadows  695 Source/core/rendering/InlineTextBox.cpp             paintTextWithShadows(context, rendererToUse, font, textRun, nullAtom, 0, 0, length, length, textOrigin, boxRect, textShadow, textStrokeWidth > 0, isHorizontal());
paintTextWithShadows  697 Source/core/rendering/InlineTextBox.cpp             paintTextWithShadows(context, rendererToUse, font, textRun, nullAtom, 0, ePos, sPos, length, textOrigin, boxRect, textShadow, textStrokeWidth > 0, isHorizontal());
paintTextWithShadows  721 Source/core/rendering/InlineTextBox.cpp             paintTextWithShadows(context, rendererToUse, combinedText ? combinedText->originalFont() : font, emphasisMarkTextRun, emphasisMark, emphasisMarkOffset, startOffset, endOffset, paintRunLength, emphasisMarkTextOrigin, boxRect, textShadow, textStrokeWidth > 0, isHorizontal());
paintTextWithShadows  733 Source/core/rendering/InlineTextBox.cpp         paintTextWithShadows(context, rendererToUse, font, textRun, nullAtom, 0, sPos, ePos, length, textOrigin, boxRect, selectionShadow, selectionStrokeWidth > 0, isHorizontal());
paintTextWithShadows  746 Source/core/rendering/InlineTextBox.cpp             paintTextWithShadows(context, rendererToUse, combinedText ? combinedText->originalFont() : font, emphasisMarkTextRun, emphasisMark, emphasisMarkOffset, startOffset, endOffset, paintRunLength, emphasisMarkTextOrigin, boxRect, selectionShadow, selectionStrokeWidth > 0, isHorizontal());
paintTextWithShadows  667 Source/core/rendering/svg/SVGInlineTextBox.cpp         paintTextWithShadows(context, style, textRun, fragment, 0, fragment.length);
paintTextWithShadows  673 Source/core/rendering/svg/SVGInlineTextBox.cpp         paintTextWithShadows(context, style, textRun, fragment, 0, startPosition);
paintTextWithShadows  680 Source/core/rendering/svg/SVGInlineTextBox.cpp     paintTextWithShadows(context, selectionStyle, textRun, fragment, startPosition, endPosition);
paintTextWithShadows  687 Source/core/rendering/svg/SVGInlineTextBox.cpp         paintTextWithShadows(context, style, textRun, fragment, endPosition, fragment.length);
paintTextWithShadows   76 Source/core/rendering/svg/SVGInlineTextBox.h     void paintTextWithShadows(GraphicsContext*, RenderStyle*, TextRun&, const SVGTextFragment&, int startPosition, int endPosition);