Searched refs:shrunkTo (Results 1 – 9 of 9) sorted by relevance
80 FloatSize shrunkTo(const FloatSize& other) const in shrunkTo() function
96 IntSize shrunkTo(const IntSize& other) const in shrunkTo() function
101 IntPoint shrunkTo(const IntPoint& other) const in shrunkTo() function
880 FloatSize clampedTopLeft = FloatSize(topLeft).shrunkTo(rect.size()).expandedTo(FloatSize()); in drawRoundedRect()881 FloatSize clampedTopRight = FloatSize(topRight).shrunkTo(rect.size()).expandedTo(FloatSize()); in drawRoundedRect()882 … FloatSize clampedBottomLeft = FloatSize(bottomLeft).shrunkTo(rect.size()).expandedTo(FloatSize()); in drawRoundedRect()883 …FloatSize clampedBottomRight = FloatSize(bottomRight).shrunkTo(rect.size()).expandedTo(FloatSize()… in drawRoundedRect()
347 IntPoint newScrollPosition = scrollPoint.shrunkTo(maximumScrollPosition()); in adjustScrollPositionWithinRange()
417 …location.shrunkTo(IntPoint(view->width() - gContextMenuMargin, view->height() - gContextMenuMargin… in webkit_web_view_popup_menu_handler()
1633 IntSize minimumSize = element->minimumSizeForResizing().shrunkTo(currentSize); in resize()
8201 (WebCore::IntSize::shrunkTo): analog to expandedTo
65305 (WebCore::FloatSize::shrunkTo):