Home | History | Annotate | Download | only in rendering

Lines Matching refs:OUTSET

971     bool upperRightBorderStylesMatch = renderRight && (topStyle == rightStyle) && (topColor == rightColor) && (topStyle != OUTSET) && (topStyle != RIDGE) && (topStyle != INSET) && (topStyle != GROOVE);
972 bool lowerLeftBorderStylesMatch = renderLeft && (bottomStyle == leftStyle) && (bottomColor == leftColor) && (bottomStyle != OUTSET) && (bottomStyle != RIDGE) && (bottomStyle != INSET) && (bottomStyle != GROOVE);
977 (topColor == leftColor && topTransparent == leftTransparent && topStyle >= OUTSET &&
978 (leftStyle == DOTTED || leftStyle == DASHED || leftStyle == SOLID || leftStyle == OUTSET));
981 (topColor == rightColor && topTransparent == rightTransparent && topStyle >= OUTSET &&
1054 (bottomColor == leftColor && bottomTransparent == leftTransparent && bottomStyle >= OUTSET &&
1055 (leftStyle == DOTTED || leftStyle == DASHED || leftStyle == SOLID || leftStyle == OUTSET));
1058 (bottomColor == rightColor && bottomTransparent == rightTransparent && bottomStyle >= OUTSET &&
1127 (topColor == leftColor && topTransparent == leftTransparent && leftStyle >= OUTSET &&
1128 (topStyle == DOTTED || topStyle == DASHED || topStyle == SOLID || topStyle == OUTSET));
1131 (bottomColor == leftColor && bottomTransparent == leftTransparent && leftStyle >= OUTSET &&
1196 (topStyle == DOTTED || topStyle == DASHED || topStyle == SOLID || topStyle == OUTSET));