Searched refs:linethrough (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | InlineTextBox.cpp | 893 Color underline, overline, linethrough; in paintDecoration() local 894 renderer()->getTextDecorationColors(deco, underline, overline, linethrough, true); in paintDecoration() 900 … & OVERLINE) || overline.alpha() == 255) && (!(deco & LINE_THROUGH) || linethrough.alpha() == 255); in paintDecoration() 955 context->setStrokeColor(linethrough, colorSpace); in paintDecoration()
|
D | RenderObject.cpp | 2328 Color& linethrough, bool quirksMode) in getTextDecorationColors() argument 2344 linethrough = decorationColor(curr); in getTextDecorationColors() 2360 linethrough = decorationColor(curr); in getTextDecorationColors()
|
D | RenderObject.h | 608 Color& linethrough, bool quirksMode = false);
|
/external/webkit/Source/WebCore/accessibility/mac/ |
D | AccessibilityObjectWrapper.mm | 442 Color underline, overline, linethrough; 443 renderer->getTextDecorationColors(decor, underline, overline, linethrough); 452 …gSetColor(attrString, NSAccessibilityStrikethroughColorTextAttribute, nsColor(linethrough), range);
|