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

  /external/webkit/Source/WebCore/platform/graphics/
IntSize.h 90 IntSize expandedTo(const IntSize& other) const
104 *this = expandedTo(IntSize());
IntPoint.h 95 IntPoint expandedTo(const IntPoint& other) const
109 *this = expandedTo(zero());
FloatSize.h 74 FloatSize expandedTo(const FloatSize& 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/graphics/chromium/
LayerTilerChromium.cpp 428 IntSize newSize = rectSize.expandedTo(oldLayerSize);
  /external/webkit/Source/WebCore/rendering/
RenderImage.cpp 117 imageSize = imageSize.expandedTo(textSize);
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 359 newScrollPosition = newScrollPosition.expandedTo(minimumScrollPosition());
    [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp 416 location.expandedTo(IntPoint(gContextMenuMargin, gContextMenuMargin));
    [all...]

Completed in 163 milliseconds