Home | History | Annotate | Download | only in rendering

Lines Matching refs:textStrokeWidth

407     float textStrokeWidth = styleToUse->textStrokeWidth();
436 float selectionStrokeWidth = textStrokeWidth;
455 float strokeWidth = pseudoStyle->textStrokeWidth();
492 if (textStrokeWidth > 0)
495 updateGraphicsContext(context, textFillColor, textStrokeColor, textStrokeWidth, styleToUse->colorSpace());
498 paintTextWithShadows(context, font, textRun, 0, length, length, textOrigin, m_x + tx, m_y + ty, width(), height(), textShadow, textStrokeWidth > 0);
500 paintTextWithShadows(context, font, textRun, ePos, sPos, length, textOrigin, m_x + tx, m_y + ty, width(), height(), textShadow, textStrokeWidth > 0);
502 if (textStrokeWidth > 0)