Home | History | Annotate | Download | only in rendering

Lines Matching refs:rightStyle

1615     EBorderStyle rightStyle = style->borderRightStyle();
1620 bool renderRight = rightStyle > BHIDDEN && !rightTransparent && (!horizontal || includeLogicalRightEdge);
1638 bool upperRightBorderStylesMatch = renderRight && (topStyle == rightStyle) && (topColor == rightColor) && (topStyle != OUTSET) && (topStyle != RIDGE) && (topStyle != INSET) && (topStyle != GROOVE);
1640 bool lowerRightBorderStylesMatch = renderRight && (bottomStyle == rightStyle) && (bottomColor == rightColor);
1649 && (rightStyle == DOTTED || rightStyle == DASHED || rightStyle == SOLID || rightStyle == INSET));
1726 && (rightStyle == DOTTED || rightStyle == DASHED || rightStyle == SOLID || rightStyle == INSET));
1862 && (rightStyle >= DOTTED || rightStyle == INSET)
1867 && (rightStyle >= DOTTED || rightStyle == INSET)
1877 drawLineForBoxSide(graphicsContext, tx + w - style->borderRightWidth(), y, tx + w, y2, BSRight, rightColor, rightStyle,
1888 && (rightStyle != DOUBLE || style->borderRightWidth() > 6);
1900 BSRight, rightColor, rightStyle, true);
1910 && (rightStyle != DOUBLE || style->borderRightWidth() > 6);
1922 BSRight, rightColor, rightStyle, false);