Home | History | Annotate | Download | only in rendering

Lines Matching refs:GROOVE

1118     return style == GROOVE || style == RIDGE || style == DOUBLE;
1131 if (style == INSET || style == GROOVE || style == RIDGE || style == OUTSET) {
1179 if (style == DOUBLE || adjacentStyle == DOUBLE || adjacentStyle == GROOVE || adjacentStyle == RIDGE)
1545 case GROOVE:
1549 if (borderStyle == GROOVE) {
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);