Home
last modified time | relevance | path

Searched refs:deco (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/rendering/
DInlineFlowBox.cpp925 int deco = parent() ? styleToUse->textDecoration() : styleToUse->textDecorationsInEffect(); in paintTextDecorations() local
926 if (deco != TDNONE && in paintTextDecorations()
927 …((!paintedChildren && ((deco & UNDERLINE) || (deco & OVERLINE))) || (paintedChildren && (deco & LI… in paintTextDecorations()
973 renderer()->getTextDecorationColors(deco, underline, overline, linethrough); in paintTextDecorations()
978 bool paintUnderline = deco & UNDERLINE && !paintedChildren; in paintTextDecorations()
979 bool paintOverline = deco & OVERLINE && !paintedChildren; in paintTextDecorations()
980 bool paintLineThrough = deco & LINE_THROUGH && paintedChildren; in paintTextDecorations()
DInlineTextBox.cpp647 void InlineTextBox::paintDecoration(GraphicsContext* context, int tx, int ty, int deco, ShadowData*… in paintDecoration() argument
664 renderer()->getTextDecorationColors(deco, underline, overline, linethrough, true); in paintDecoration()
670 …e = !isPrinting && (!(deco & UNDERLINE) || underline.alpha() == 255) && (!(deco & OVERLINE) || ove… in paintDecoration()
708 if (deco & UNDERLINE) { in paintDecoration()
714 if (deco & OVERLINE) { in paintDecoration()
719 if (deco & LINE_THROUGH) { in paintDecoration()
/external/webkit/WebCore/
DChangeLog-2005-08-23834 * svg-tests/W3C-SVG-1.1/text-deco-01-b-expected.checksum: Added.
835 * svg-tests/W3C-SVG-1.1/text-deco-01-b-expected.png: Added.
4961 * svg-tests/W3C-SVG-1.1/text-deco-01-b-expected.txt: Added.
4962 * svg-tests/W3C-SVG-1.1/text-deco-01-b-w3c.png: Added.
4963 * svg-tests/W3C-SVG-1.1/text-deco-01-b.svg: Added.
DChangeLog-2005-12-1919614 * svg-tests/W3C-SVG-1.1/text-deco-01-b-expected.txt:
21417 * svg-tests/W3C-SVG-1.1/text-deco-01-b-expected.txt:
DChangeLog-2007-10-143416 …t.org/show_bug.cgi?id=11941 (REGRESSION: Missing text stroke in svg/W3C-SVG-1.1/text-deco-01-b.svg)
3436 - text-deco-01-b.svg (longstanding regression fixed for text-decoration)