OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:paintTextWithShadows
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp
615
void SVGInlineTextBox::
paintTextWithShadows
(GraphicsContext* context, RenderStyle* style, TextRun& textRun, const SVGTextFragment& fragment, int startPosition, int endPosition)
681
paintTextWithShadows
(context, style, textRun, fragment, 0, fragment.length);
687
paintTextWithShadows
(context, style, textRun, fragment, 0, startPosition);
694
paintTextWithShadows
(context, selectionStyle, textRun, fragment, startPosition, endPosition);
701
paintTextWithShadows
(context, style, textRun, fragment, endPosition, fragment.length);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp
391
static void
paintTextWithShadows
(GraphicsContext* context,
697
paintTextWithShadows
(context, rendererToUse, font, textRun, nullAtom, 0, 0, length, length, textOrigin, boxRect, textShadow, textStrokeWidth > 0, isHorizontal());
699
paintTextWithShadows
(context, rendererToUse, font, textRun, nullAtom, 0, ePos, sPos, length, textOrigin, boxRect, textShadow, textStrokeWidth > 0, isHorizontal());
713
paintTextWithShadows
(context, rendererToUse, combinedText ? combinedText->originalFont() : font, emphasisMarkTextRun, emphasisMark, emphasisMarkOffset, 0, length, length, emphasisMarkTextOrigin, boxRect, textShadow, textStrokeWidth > 0, isHorizontal());
715
paintTextWithShadows
(context, rendererToUse, combinedText ? combinedText->originalFont() : font, emphasisMarkTextRun, emphasisMark, emphasisMarkOffset, ePos, sPos, length, emphasisMarkTextOrigin, boxRect, textShadow, textStrokeWidth > 0, isHorizontal());
728
paintTextWithShadows
(context, rendererToUse, font, textRun, nullAtom, 0, sPos, ePos, length, textOrigin, boxRect, selectionShadow, selectionStrokeWidth > 0, isHorizontal());
[
all
...]
Completed in 32 milliseconds