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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 181 IntRect marginRect = pixelSnappedIntRect(marginR);
182 OwnPtr<RasterShapeIntervals> intervals = adoptPtr(new RasterShapeIntervals(marginRect.height(), -marginRect.y()));
195 int minBufferY = std::max(0, marginRect.y() - imageRect.y());
196 int maxBufferY = std::min(imageRect.height(), marginRect.maxY() - imageRect.y());
214 OwnPtr<RasterShape> rasterShape = adoptPtr(new RasterShape(intervals.release(), marginRect.size()));
Shape.h 70 static PassOwnPtr<Shape> createRasterShape(Image*, float threshold, const LayoutRect& imageRect, const LayoutRect& marginRect, WritingMode, float margin);
ShapeOutsideInfo.cpp 112 const LayoutRect& marginRect = getShapeImageMarginRect(m_renderer, m_referenceBoxLogicalSize);
120 return Shape::createRasterShape(image.get(), shapeImageThreshold, imageRect, marginRect, writingMode, margin);

Completed in 159 milliseconds