Searched refs:rightStyle (Results 1 – 2 of 2) sorted by relevance
/external/webkit/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 819 EBorderStyle rightStyle = style->borderRightStyle(); in paintBorder() local 823 bool renderRight = rightStyle > BHIDDEN && end && !rightTransparent; in paintBorder() 854 …bool upperRightBorderStylesMatch = renderRight && (topStyle == rightStyle) && (topColor == rightCo… in paintBorder() 856 …bool lowerRightBorderStylesMatch = renderRight && (bottomStyle == rightStyle) && (bottomColor == r… in paintBorder() 865 … (rightStyle == DOTTED || rightStyle == DASHED || rightStyle == SOLID || rightStyle == INSET)); in paintBorder() 942 … (rightStyle == DOTTED || rightStyle == DASHED || rightStyle == SOLID || rightStyle == INSET)); in paintBorder() 1078 (rightStyle >= DOTTED || rightStyle == INSET) && in paintBorder() 1083 (rightStyle >= DOTTED || rightStyle == INSET) && in paintBorder() 1093 …tx + w - style->borderRightWidth(), y, tx + w, y2, BSRight, rightColor, style->color(), rightStyle, in paintBorder() 1104 && (rightStyle != DOUBLE || style->borderRightWidth() > 6); in paintBorder() [all …]
|
D | RenderTableCell.cpp | 806 EBorderStyle rightStyle = collapsedBorderStyle(rightVal.style()); in paintCollapsedBorder() local 811 bool renderRight = rightStyle > BHIDDEN && !rightVal.isTransparent(); in paintCollapsedBorder() 819 …ers.addBorder(rightVal, BSRight, renderRight, tx + w - rightWidth, ty, tx + w, ty + h, rightStyle); in paintCollapsedBorder()
|