Searched refs:deco (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | InlineFlowBox.cpp | 925 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()
|
D | InlineTextBox.cpp | 647 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/ |
D | ChangeLog-2005-08-23 | 834 * 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.
|
D | ChangeLog-2005-12-19 | 19614 * 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:
|
D | ChangeLog-2007-10-14 | 3416 …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)
|