Home | History | Annotate | Download | only in rendering

Lines Matching refs:textShadow

408     ShadowData* textShadow = paintInfo.forceBlackText ? 0 : styleToUse->textShadow();
437 ShadowData* selectionShadow = textShadow;
448 ShadowData* shadow = paintInfo.forceBlackText ? 0 : pseudoStyle->textShadow();
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);
521 paintDecoration(context, tx, ty, d, textShadow);