Home
last modified time | relevance | path

Searched refs:shrunkTo (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFloatSize.h80 FloatSize shrunkTo(const FloatSize& other) const in shrunkTo() function
DIntSize.h96 IntSize shrunkTo(const IntSize& other) const in shrunkTo() function
DIntPoint.h101 IntPoint shrunkTo(const IntPoint& other) const in shrunkTo() function
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp880 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()
/external/webkit/Source/WebCore/platform/
DScrollView.cpp347 IntPoint newScrollPosition = scrollPoint.shrunkTo(maximumScrollPosition()); in adjustScrollPositionWithinRange()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp417 …location.shrunkTo(IntPoint(view->width() - gContextMenuMargin, view->height() - gContextMenuMargin… in webkit_web_view_popup_menu_handler()
/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp1633 IntSize minimumSize = element->minimumSizeForResizing().shrunkTo(currentSize); in resize()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-108201 (WebCore::IntSize::shrunkTo): analog to expandedTo
DChangeLog-2009-06-1665305 (WebCore::FloatSize::shrunkTo):