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

  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 313 TDNONE = 0x0 , UNDERLINE = 0x1, OVERLINE = 0x2, LINE_THROUGH= 0x4, BLINK = 0x8
  /external/webkit/WebCore/rendering/
SVGInlineTextBox.cpp 537 else if (decoration == OVERLINE)
550 ASSERT(decoration == TDNONE || decoration == UNDERLINE || decoration == OVERLINE || decoration == LINE_THROUGH || decoration == BLINK);
SVGRootInlineBox.cpp 622 if (textDecorations & OVERLINE && textWidth != 0.0f)
623 textBox->paintDecoration(OVERLINE, m_paintInfo.context, decorationOrigin.x(), decorationOrigin.y(), textWidth, *it, info);
    [all...]
InlineFlowBox.cpp 667 // 2. Paint our underline and overline.
970 Color underline, overline, linethrough; local
    [all...]
InlineTextBox.cpp 401 // 2. Now paint the foreground, including text and decorations like underline/overline (in quirks mode only).
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);
714 if (deco & OVERLINE) {
715 context->setStrokeColor(overline, colorSpace);
    [all...]
RenderObject.cpp     [all...]
  /external/webkit/WebCore/css/
CSSComputedStyleDeclaration.cpp 622 if (textDecoration & OVERLINE)
    [all...]
CSSStyleSelector.cpp     [all...]

Completed in 547 milliseconds