Searched defs:textShadow (Results 1 – 5 of 5) sorted by relevance
76 ShadowData* textShadow; // Our text shadow information for shadowed text drawing. variable
654 const ShadowData* textShadow() const { return rareInheritedData->textShadow; } in textShadow() function
267 if (const ShadowData* textShadow = style()->textShadow()) in repaintRectInLocalCoordinates() local
1228 {
567 const ShadowData* textShadow = paintInfo.forceBlackText ? 0 : styleToUse->textShadow(); in paint() local