Searched refs:bottomStyle (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 1613 EBorderStyle bottomStyle = style->borderBottomStyle(); in paintBorder() local 1621 …bool renderBottom = bottomStyle > BHIDDEN && !bottomTransparent && (horizontal || includeLogicalRi… in paintBorder() 1639 …(bottomStyle == leftStyle) && (bottomColor == leftColor) && (bottomStyle != OUTSET) && (bottomStyl… in paintBorder() 1640 …bool lowerRightBorderStylesMatch = renderRight && (bottomStyle == rightStyle) && (bottomColor == r… in paintBorder() 1721 … || (bottomColor == leftColor && bottomTransparent == leftTransparent && bottomStyle >= OUTSET in paintBorder() 1725 … || (bottomColor == rightColor && bottomTransparent == rightTransparent && bottomStyle >= OUTSET in paintBorder() 1735 …icsContext, x, ty + h - style->borderBottomWidth(), x2, ty + h, BSBottom, bottomColor, bottomStyle, in paintBorder() 1746 && (bottomStyle != DOUBLE || style->borderBottomWidth() > 6); in paintBorder() 1763 BSBottom, bottomColor, bottomStyle, true); in paintBorder() 1773 && (bottomStyle != DOUBLE || style->borderBottomWidth() > 6); in paintBorder() [all …]
|
D | RenderTableCell.cpp | 946 EBorderStyle bottomStyle = collapsedBorderStyle(bottomVal.style()); in paintCollapsedBorder() local 951 bool renderBottom = bottomStyle > BHIDDEN && !bottomVal.isTransparent(); in paintCollapsedBorder() 959 …ddBorder(bottomVal, BSBottom, renderBottom, tx, ty + h - bottomWidth, tx + w, ty + h, bottomStyle); in paintCollapsedBorder()
|