Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBoxModelObject.cpp818 EBorderStyle leftStyle = style->borderLeftStyle(); in paintBorder() local
822 bool renderLeft = leftStyle > BHIDDEN && begin && !leftTransparent; in paintBorder()
853 …bool upperLeftBorderStylesMatch = renderLeft && (topStyle == leftStyle) && (topColor == leftColor); in paintBorder()
855 …bool lowerLeftBorderStylesMatch = renderLeft && (bottomStyle == leftStyle) && (bottomColor == left… in paintBorder()
861 … (leftStyle == DOTTED || leftStyle == DASHED || leftStyle == SOLID || leftStyle == OUTSET)); in paintBorder()
938 … (leftStyle == DOTTED || leftStyle == DASHED || leftStyle == SOLID || leftStyle == OUTSET)); in paintBorder()
1010 (topColor == leftColor && topTransparent == leftTransparent && leftStyle >= OUTSET && in paintBorder()
1014 … (bottomColor == leftColor && bottomTransparent == leftTransparent && leftStyle >= OUTSET && in paintBorder()
1024 …icsContext, tx, y, tx + style->borderLeftWidth(), y2, BSLeft, leftColor, style->color(), leftStyle, in paintBorder()
1035 && (leftStyle != DOUBLE || style->borderLeftWidth() > 6); in paintBorder()
[all …]
DRenderTableCell.cpp805 EBorderStyle leftStyle = collapsedBorderStyle(leftVal.style()); in paintCollapsedBorder() local
810 bool renderLeft = leftStyle > BHIDDEN && !leftVal.isTransparent(); in paintCollapsedBorder()
818 borders.addBorder(leftVal, BSLeft, renderLeft, tx, ty, tx + leftWidth, ty + h, leftStyle); in paintCollapsedBorder()