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

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineTextBox.cpp622 float selectionStrokeWidth = textStrokeWidth; local
649 if (strokeWidth != selectionStrokeWidth) {
652 selectionStrokeWidth = strokeWidth;
776 GraphicsContextStateSaver stateSaver(*context, selectionStrokeWidth > 0);
778 updateGraphicsContext(context, selectionFillColor, selectionStrokeColor, selectionStrokeWidth, styleToUse->colorSpace());
779 paintTextWithShadows(context, font, textRun, nullAtom, 0, sPos, ePos, length, textOrigin, boxRect, selectionShadow, selectionStrokeWidth > 0, isHorizontal());
789 paintTextWithShadows(context, combinedText ? combinedText->originalFont() : font, emphasisMarkTextRun, emphasisMark, emphasisMarkOffset, sPos, ePos, length, emphasisMarkTextOrigin, boxRect, selectionShadow, selectionStrokeWidth > 0, isHorizontal());

Completed in 86 milliseconds