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

/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleRareInheritedData.h73 OwnPtr<ShadowData> textShadow; // Our text shadow information for shadowed text drawing. member in class:WebCore::StyleRareInheritedData
H A DRenderStyle.h750 const ShadowData* textShadow() const { return rareInheritedData->textShadow.get(); } function in class:WebCore::RenderStyle
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineTextBox.cpp582 const ShadowData* textShadow = paintInfo.forceBlackText() ? 0 : styleToUse->textShadow(); local

Completed in 91 milliseconds