Home | History | Annotate | Download | only in rendering

Lines Matching refs:leftStyle

1614     EBorderStyle leftStyle = style->borderLeftStyle();
1619 bool renderLeft = leftStyle > BHIDDEN && !leftTransparent && (!horizontal || includeLogicalLeftEdge);
1637 bool upperLeftBorderStylesMatch = renderLeft && (topStyle == leftStyle) && (topColor == leftColor);
1639 bool lowerLeftBorderStylesMatch = renderLeft && (bottomStyle == leftStyle) && (bottomColor == leftColor) && (bottomStyle != OUTSET) && (bottomStyle != RIDGE) && (bottomStyle != INSET) && (bottomStyle != GROOVE);
1645 && (leftStyle == DOTTED || leftStyle == DASHED || leftStyle == SOLID || leftStyle == OUTSET));
1722 && (leftStyle == DOTTED || leftStyle == DASHED || leftStyle == SOLID || leftStyle == OUTSET));
1794 || (topColor == leftColor && topTransparent == leftTransparent && leftStyle >= OUTSET
1798 || (bottomColor == leftColor && bottomTransparent == leftTransparent && leftStyle >= OUTSET
1808 drawLineForBoxSide(graphicsContext, tx, y, tx + style->borderLeftWidth(), y2, BSLeft, leftColor, leftStyle,
1819 && (leftStyle != DOUBLE || style->borderLeftWidth() > 6);
1831 BSLeft, leftColor, leftStyle, true);
1840 && (leftStyle != DOUBLE || style->borderLeftWidth() > 6);
1852 BSLeft, leftColor, leftStyle, false);