Searched refs:textPaintStyle (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DTextPainter.h45 SavedDrawingStateForMask(GraphicsContext* context, TextPaintStyle* textPaintStyle, TextPaintStyle* selectionPaintStyle, argument
48 , m_textPaintStyle(textPaintStyle)
H A DSimpleLineLayoutFunctions.cpp78 TextPaintStyle textPaintStyle = computeTextPaintStyle(textRenderer, style, paintInfo); local
79 GraphicsContextStateSaver stateSaver(context, textPaintStyle.strokeWidth > 0);
81 updateGraphicsContext(context, textPaintStyle);
H A DTextPaintStyle.cpp118 TextPaintStyle computeTextSelectionPaintStyle(const TextPaintStyle& textPaintStyle, const RenderText& renderer, const RenderStyle& lineStyle, const PaintInfo& paintInfo, bool& paintSelectedTextOnly, bool& paintSelectedTextSeparately, const ShadowData*& selectionShadow) argument
124 TextPaintStyle selectionPaintStyle = textPaintStyle;
H A DTextPainter.cpp36 bool textBoxIsHorizontal, TextPaintStyle& textPaintStyle, TextPaintStyle& selectionPaintStyle)
50 , m_savedDrawingStateForMask(&context, &textPaintStyle, &selectionPaintStyle, textShadow, selectionShadow)
33 TextPainter(GraphicsContext& context, bool paintSelectedTextOnly, bool paintSelectedTextSeparately, const Font& font, int startPositionInTextRun, int endPositionInTextBoxString, int length, const AtomicString& emphasisMark, RenderCombineText* combinedText, TextRun& textRun, FloatRect& boxRect, FloatPoint& textOrigin, int emphasisMarkOffset, const ShadowData* textShadow, const ShadowData* selectionShadow, bool textBoxIsHorizontal, TextPaintStyle& textPaintStyle, TextPaintStyle& selectionPaintStyle) argument
H A DInlineTextBox.cpp560 TextPaintStyle textPaintStyle = computeTextPaintStyle(renderer(), lineStyle, paintInfo); local
565 TextPaintStyle selectionPaintStyle = computeTextSelectionPaintStyle(textPaintStyle, renderer(), lineStyle, paintInfo, paintSelectedTextOnly, paintSelectedTextSeparately, selectionShadow);
639 TextPainter textPainter(*context, paintSelectedTextOnly, paintSelectedTextSeparately, font, sPos, ePos, length, emphasisMark, combinedText, textRun, boxRect, textOrigin, emphasisMarkOffset, textShadow, selectionShadow, isHorizontal(), textPaintStyle, selectionPaintStyle);
645 updateGraphicsContext(*context, textPaintStyle);

Completed in 135 milliseconds