Lines Matching full:shadowdata
276 static void paintTextWithShadows(GraphicsContext* context, const Font& font, const TextRun& textRun, int startOffset, int endOffset, int truncationPoint, const IntPoint& textOrigin, int x, int y, int w, int h, ShadowData* shadow, bool stroked)
408 ShadowData* textShadow = paintInfo.forceBlackText ? 0 : styleToUse->textShadow();
437 ShadowData* selectionShadow = textShadow;
448 ShadowData* shadow = paintInfo.forceBlackText ? 0 : pseudoStyle->textShadow();
647 void InlineTextBox::paintDecoration(GraphicsContext* context, int tx, int ty, int deco, ShadowData* shadow)
679 for (ShadowData* s = shadow; s; s = s->next) {