Home | History | Annotate | Download | only in style

Lines Matching defs:rightWidth

818     int rightWidth = (!horizontal || includeLogicalRightEdge) ? borderRightWidth() : 0;
822 return getRoundedInnerBorderFor(borderRect, topWidth, bottomWidth, leftWidth, rightWidth, includeLogicalLeftEdge, includeLogicalRightEdge);
826 int topWidth, int bottomWidth, int leftWidth, int rightWidth, bool includeLogicalLeftEdge, bool includeLogicalRightEdge) const
830 borderRect.width() - leftWidth - rightWidth,
837 radii.shrink(topWidth, bottomWidth, leftWidth, rightWidth);