Lines Matching refs:rightStyle
819 EBorderStyle rightStyle = style->borderRightStyle(); in paintBorder() local
823 bool renderRight = rightStyle > BHIDDEN && end && !rightTransparent; in paintBorder()
854 …bool upperRightBorderStylesMatch = renderRight && (topStyle == rightStyle) && (topColor == rightCo… in paintBorder()
856 …bool lowerRightBorderStylesMatch = renderRight && (bottomStyle == rightStyle) && (bottomColor == r… in paintBorder()
865 … (rightStyle == DOTTED || rightStyle == DASHED || rightStyle == SOLID || rightStyle == INSET)); in paintBorder()
942 … (rightStyle == DOTTED || rightStyle == DASHED || rightStyle == SOLID || rightStyle == INSET)); in paintBorder()
1078 (rightStyle >= DOTTED || rightStyle == INSET) && in paintBorder()
1083 (rightStyle >= DOTTED || rightStyle == INSET) && in paintBorder()
1093 …tx + w - style->borderRightWidth(), y, tx + w, y2, BSRight, rightColor, style->color(), rightStyle, in paintBorder()
1104 && (rightStyle != DOUBLE || style->borderRightWidth() > 6); in paintBorder()
1116 BSRight, rightColor, style->color(), rightStyle, true); in paintBorder()
1126 && (rightStyle != DOUBLE || style->borderRightWidth() > 6); in paintBorder()
1138 BSRight, rightColor, style->color(), rightStyle, false); in paintBorder()