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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
Shape.cpp 190 IntRect marginRect = pixelSnappedIntRect(marginR);
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()));
ShapeOutsideInfo.cpp 124 const LayoutRect& marginRect = getShapeImageMarginRect(m_renderer, m_referenceBoxLogicalSize);
129 if (!isValidRasterShapeRect(marginRect) || !isValidRasterShapeRect(imageRect)) {
137 return Shape::createRasterShape(image.get(), shapeImageThreshold, imageRect, marginRect, writingMode, margin);

Completed in 331 milliseconds