Home | History | Annotate | Download | only in style

Lines Matching defs:topWidth

819     int topWidth = (horizontal || includeLogicalLeftEdge) ? borderTopWidth() : 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
829 borderRect.y() + topWidth,
831 borderRect.height() - topWidth - bottomWidth);
837 radii.shrink(topWidth, bottomWidth, leftWidth, rightWidth);