Home | History | Annotate | Download | only in style

Lines Matching refs:topRight

730 void RenderStyle::getBorderRadiiForRect(const IntRect& r, IntSize& topLeft, IntSize& topRight, IntSize& bottomLeft, IntSize& bottomRight) const
733 topRight = surround->border.topRight;
745 radiiSum = static_cast<unsigned>(topLeft.width()) + static_cast<unsigned>(topRight.width()); // Casts to avoid integer overflow.
760 radiiSum = static_cast<unsigned>(topRight.height()) + static_cast<unsigned>(bottomRight.height());
770 topRight.scale(factor);
771 if (!topRight.width() || !topRight.height())
772 topRight = IntSize();