Home
last modified time | relevance | path

Searched refs:linethrough (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp893 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()
DRenderObject.cpp2328 Color& linethrough, bool quirksMode) in getTextDecorationColors() argument
2344 linethrough = decorationColor(curr); in getTextDecorationColors()
2360 linethrough = decorationColor(curr); in getTextDecorationColors()
DRenderObject.h608 Color& linethrough, bool quirksMode = false);
/external/webkit/Source/WebCore/accessibility/mac/
DAccessibilityObjectWrapper.mm442 Color underline, overline, linethrough;
443 renderer->getTextDecorationColors(decor, underline, overline, linethrough);
452 …gSetColor(attrString, NSAccessibilityStrikethroughColorTextAttribute, nsColor(linethrough), range);