Home | History | Annotate | Download | only in rendering

Lines Matching refs:topStyle

1612     EBorderStyle topStyle = style->borderTopStyle();
1618 bool renderTop = topStyle > BHIDDEN && !topTransparent && (horizontal || includeLogicalLeftEdge);
1637 bool upperLeftBorderStylesMatch = renderLeft && (topStyle == leftStyle) && (topColor == leftColor);
1638 bool upperRightBorderStylesMatch = renderRight && (topStyle == rightStyle) && (topColor == rightColor) && (topStyle != OUTSET) && (topStyle != RIDGE) && (topStyle != INSET) && (topStyle != GROOVE);
1644 || (topColor == leftColor && topTransparent == leftTransparent && topStyle >= OUTSET
1648 || (topColor == rightColor && topTransparent == rightTransparent && topStyle >= OUTSET
1658 drawLineForBoxSide(graphicsContext, x, ty, x2, ty + style->borderTopWidth(), BSTop, topColor, topStyle,
1674 && (topStyle != DOUBLE || style->borderTopWidth() > 6);
1686 BSTop, topColor, topStyle, true);
1695 && (topStyle != DOUBLE || style->borderTopWidth() > 6);
1712 BSTop, topColor, topStyle, false);
1795 && (topStyle == DOTTED || topStyle == DASHED || topStyle == SOLID || topStyle == OUTSET));
1863 && (topStyle == DOTTED || topStyle == DASHED || topStyle == SOLID || topStyle == OUTSET));