Searched defs:textShadow (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/rendering/style/
H A DStyleRareInheritedData.h60 ShadowData* textShadow; // Our text shadow information for shadowed text drawing. member in class:WebCore::StyleRareInheritedData
H A DRenderStyle.h607 ShadowData* textShadow() const { return rareInheritedData->textShadow; } function in class:WebCore::RenderStyle
/external/webkit/WebCore/rendering/
H A DInlineTextBox.cpp408 ShadowData* textShadow = paintInfo.forceBlackText ? 0 : styleToUse->textShadow(); local
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);

Completed in 74 milliseconds