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

  /external/webkit/WebCore/platform/graphics/
FloatSize.h 73 FloatSize shrunkTo(const FloatSize& other) const
IntPoint.h 98 IntPoint shrunkTo(const IntPoint& other) const
IntSize.h 96 IntSize shrunkTo(const IntSize& other) const
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 735 FloatSize clampedTopLeft = FloatSize(topLeft).shrunkTo(rect.size()).expandedTo(FloatSize());
736 FloatSize clampedTopRight = FloatSize(topRight).shrunkTo(rect.size()).expandedTo(FloatSize());
737 FloatSize clampedBottomLeft = FloatSize(bottomLeft).shrunkTo(rect.size()).expandedTo(FloatSize());
738 FloatSize clampedBottomRight = FloatSize(bottomRight).shrunkTo(rect.size()).expandedTo(FloatSize());
  /external/webkit/WebCore/platform/
ScrollView.cpp 311 IntPoint newScrollPosition = scrollPoint.shrunkTo(maximumScrollPosition());
426 IntSize scroll = desiredOffset.shrunkTo(maxScrollPosition);
    [all...]
  /external/webkit/WebCore/rendering/
RenderLayer.cpp     [all...]
  /external/webkit/WebCore/
ChangeLog-2006-05-10     [all...]

Completed in 262 milliseconds