Home | History | Annotate | Download | only in rendering

Lines Matching refs:OUTSET

1126 // OUTSET darkens the bottom and right (and maybe lightens the top and left)
1131 if (style == INSET || style == GROOVE || style == RIDGE || style == OUTSET) {
1551 s2 = OUTSET;
1553 s1 = OUTSET;
1581 case OUTSET:
1638 bool upperRightBorderStylesMatch = renderRight && (topStyle == rightStyle) && (topColor == rightColor) && (topStyle != OUTSET) && (topStyle != RIDGE) && (topStyle != INSET) && (topStyle != GROOVE);
1639 bool lowerLeftBorderStylesMatch = renderLeft && (bottomStyle == leftStyle) && (bottomColor == leftColor) && (bottomStyle != OUTSET) && (bottomStyle != RIDGE) && (bottomStyle != INSET) && (bottomStyle != GROOVE);
1644 || (topColor == leftColor && topTransparent == leftTransparent && topStyle >= OUTSET
1645 && (leftStyle == DOTTED || leftStyle == DASHED || leftStyle == SOLID || leftStyle == OUTSET));
1648 || (topColor == rightColor && topTransparent == rightTransparent && topStyle >= OUTSET
1721 || (bottomColor == leftColor && bottomTransparent == leftTransparent && bottomStyle >= OUTSET
1722 && (leftStyle == DOTTED || leftStyle == DASHED || leftStyle == SOLID || leftStyle == OUTSET));
1725 || (bottomColor == rightColor && bottomTransparent == rightTransparent && bottomStyle >= OUTSET
1794 || (topColor == leftColor && topTransparent == leftTransparent && leftStyle >= OUTSET
1795 && (topStyle == DOTTED || topStyle == DASHED || topStyle == SOLID || topStyle == OUTSET));
1798 || (bottomColor == leftColor && bottomTransparent == leftTransparent && leftStyle >= OUTSET
1863 && (topStyle == DOTTED || topStyle == DASHED || topStyle == SOLID || topStyle == OUTSET));