Searched refs:topStyle (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 1612 EBorderStyle topStyle = style->borderTopStyle(); in paintBorder() local 1618 … bool renderTop = topStyle > BHIDDEN && !topTransparent && (horizontal || includeLogicalLeftEdge); in paintBorder() 1637 …bool upperLeftBorderStylesMatch = renderLeft && (topStyle == leftStyle) && (topColor == leftColor); in paintBorder() 1638 …ight && (topStyle == rightStyle) && (topColor == rightColor) && (topStyle != OUTSET) && (topStyle … in paintBorder() 1644 || (topColor == leftColor && topTransparent == leftTransparent && topStyle >= OUTSET in paintBorder() 1648 || (topColor == rightColor && topTransparent == rightTransparent && topStyle >= OUTSET in paintBorder() 1658 …LineForBoxSide(graphicsContext, x, ty, x2, ty + style->borderTopWidth(), BSTop, topColor, topStyle, in paintBorder() 1674 && (topStyle != DOUBLE || style->borderTopWidth() > 6); in paintBorder() 1686 BSTop, topColor, topStyle, true); in paintBorder() 1695 && (topStyle != DOUBLE || style->borderTopWidth() > 6); in paintBorder() [all …]
|
D | RenderTableCell.cpp | 945 EBorderStyle topStyle = collapsedBorderStyle(topVal.style()); in paintCollapsedBorder() local 950 bool renderTop = topStyle > BHIDDEN && !topVal.isTransparent(); in paintCollapsedBorder() 958 borders.addBorder(topVal, BSTop, renderTop, tx, ty, tx + w, ty + topWidth, topStyle); in paintCollapsedBorder()
|