HomeSort by relevance Sort by last modified time
    Searched refs:shrunkTo (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FloatSize.h 80 FloatSize shrunkTo(const FloatSize& other) const
IntSize.h 96 IntSize shrunkTo(const IntSize& other) const
IntPoint.h 101 IntPoint shrunkTo(const IntPoint& other) const
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 880 FloatSize clampedTopLeft = FloatSize(topLeft).shrunkTo(rect.size()).expandedTo(FloatSize());
881 FloatSize clampedTopRight = FloatSize(topRight).shrunkTo(rect.size()).expandedTo(FloatSize());
882 FloatSize clampedBottomLeft = FloatSize(bottomLeft).shrunkTo(rect.size()).expandedTo(FloatSize());
883 FloatSize clampedBottomRight = FloatSize(bottomRight).shrunkTo(rect.size()).expandedTo(FloatSize());
    [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 358 IntPoint newScrollPosition = scrollPoint.shrunkTo(maximumScrollPosition());
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 417 location.shrunkTo(IntPoint(view->width() - gContextMenuMargin, view->height() - gContextMenuMargin));
    [all...]

Completed in 40 milliseconds