HomeSort by relevance Sort by last modified time
    Searched refs:linethrough (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/rendering/
InlineFlowBox.cpp 970 Color underline, overline, linethrough; local
    [all...]
InlineTextBox.cpp 663 Color underline, overline, linethrough; local
664 renderer()->getTextDecorationColors(deco, underline, overline, linethrough, true);
670 bool linesAreOpaque = !isPrinting && (!(deco & UNDERLINE) || underline.alpha() == 255) && (!(deco & OVERLINE) || overline.alpha() == 255) && (!(deco & LINE_THROUGH) || linethrough.alpha() == 255);
720 context->setStrokeColor(linethrough, colorSpace);
    [all...]
RenderObject.cpp     [all...]
RenderObject.h 599 Color& linethrough, bool quirksMode = false);
    [all...]
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectWrapper.mm 356 Color underline, overline, linethrough;
357 renderer->getTextDecorationColors(decor, underline, overline, linethrough);
366 AXAttributeStringSetColor(attrString, NSAccessibilityStrikethroughColorTextAttribute, nsColor(linethrough), range);
    [all...]

Completed in 56 milliseconds