Searched refs:marginRect (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShape.cpp190 IntRect marginRect = pixelSnappedIntRect(marginR); local
192 OwnPtr<RasterShapeIntervals> intervals = adoptPtr(new RasterShapeIntervals(marginRect.height(), -marginRect.y()));
205 int minBufferY = std::max(0, marginRect.y() - imageRect.y());
206 int maxBufferY = std::min(imageRect.height(), marginRect.maxY() - imageRect.y());
224 OwnPtr<RasterShape> rasterShape = adoptPtr(new RasterShape(intervals.release(), marginRect.size()));
H A DShape.h76 static PassOwnPtr<Shape> createRasterShape(Image*, float threshold, const LayoutRect& imageRect, const LayoutRect& marginRect, WritingMode, float margin);
H A DShapeOutsideInfo.cpp124 const LayoutRect& marginRect = getShapeImageMarginRect(m_renderer, m_referenceBoxLogicalSize); local
129 if (!isValidRasterShapeRect(marginRect) || !isValidRasterShapeRect(imageRect)) {
137 return Shape::createRasterShape(image.get(), shapeImageThreshold, imageRect, marginRect, writingMode, margin);

Completed in 132 milliseconds