Searched refs:rightStyle (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 1615 EBorderStyle rightStyle = style->borderRightStyle(); in paintBorder() local 1620 …bool renderRight = rightStyle > BHIDDEN && !rightTransparent && (!horizontal || includeLogicalRigh… in paintBorder() 1638 …bool upperRightBorderStylesMatch = renderRight && (topStyle == rightStyle) && (topColor == rightCo… in paintBorder() 1640 …bool lowerRightBorderStylesMatch = renderRight && (bottomStyle == rightStyle) && (bottomColor == r… in paintBorder() 1649 … && (rightStyle == DOTTED || rightStyle == DASHED || rightStyle == SOLID || rightStyle == INSET)); in paintBorder() 1726 … && (rightStyle == DOTTED || rightStyle == DASHED || rightStyle == SOLID || rightStyle == INSET)); in paintBorder() 1862 && (rightStyle >= DOTTED || rightStyle == INSET) in paintBorder() 1867 && (rightStyle >= DOTTED || rightStyle == INSET) in paintBorder() 1877 …raphicsContext, tx + w - style->borderRightWidth(), y, tx + w, y2, BSRight, rightColor, rightStyle, in paintBorder() 1888 && (rightStyle != DOUBLE || style->borderRightWidth() > 6); in paintBorder() [all …]
|
D | RenderTableCell.cpp | 948 EBorderStyle rightStyle = collapsedBorderStyle(rightVal.style()); in paintCollapsedBorder() local 953 bool renderRight = rightStyle > BHIDDEN && !rightVal.isTransparent(); in paintCollapsedBorder() 961 …ers.addBorder(rightVal, BSRight, renderRight, tx + w - rightWidth, ty, tx + w, ty + h, rightStyle); in paintCollapsedBorder()
|