Home | History | Annotate | Download | only in style

Lines Matching full:topleft

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