Home
last modified time | relevance | path

Searched defs:textShadow (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DStyleRareInheritedData.h76 ShadowData* textShadow; // Our text shadow information for shadowed text drawing. variable
DRenderStyle.h654 const ShadowData* textShadow() const { return rareInheritedData->textShadow; } in textShadow() function
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGText.cpp267 if (const ShadowData* textShadow = style()->textShadow()) in repaintRectInLocalCoordinates() local
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.mm1228 {
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp567 const ShadowData* textShadow = paintInfo.forceBlackText ? 0 : styleToUse->textShadow(); in paint() local