Home
last modified time | relevance | path

Searched refs:leftStyle (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBoxModelObject.cpp1614 EBorderStyle leftStyle = style->borderLeftStyle(); in paintBorder() local
1619 …bool renderLeft = leftStyle > BHIDDEN && !leftTransparent && (!horizontal || includeLogicalLeftEdg… in paintBorder()
1637 …bool upperLeftBorderStylesMatch = renderLeft && (topStyle == leftStyle) && (topColor == leftColor); in paintBorder()
1639 …bool lowerLeftBorderStylesMatch = renderLeft && (bottomStyle == leftStyle) && (bottomColor == left… in paintBorder()
1645 … && (leftStyle == DOTTED || leftStyle == DASHED || leftStyle == SOLID || leftStyle == OUTSET)); in paintBorder()
1722 … && (leftStyle == DOTTED || leftStyle == DASHED || leftStyle == SOLID || leftStyle == OUTSET)); in paintBorder()
1794 || (topColor == leftColor && topTransparent == leftTransparent && leftStyle >= OUTSET in paintBorder()
1798 … || (bottomColor == leftColor && bottomTransparent == leftTransparent && leftStyle >= OUTSET in paintBorder()
1808 …ForBoxSide(graphicsContext, tx, y, tx + style->borderLeftWidth(), y2, BSLeft, leftColor, leftStyle, in paintBorder()
1819 && (leftStyle != DOUBLE || style->borderLeftWidth() > 6); in paintBorder()
[all …]
DRenderTableCell.cpp947 EBorderStyle leftStyle = collapsedBorderStyle(leftVal.style()); in paintCollapsedBorder() local
952 bool renderLeft = leftStyle > BHIDDEN && !leftVal.isTransparent(); in paintCollapsedBorder()
960 borders.addBorder(leftVal, BSLeft, renderLeft, tx, ty, tx + leftWidth, ty + h, leftStyle); in paintCollapsedBorder()