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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RasterShape.h 41 class RasterShapeIntervals {
43 RasterShapeIntervals(unsigned size, int offset = 0)
65 PassOwnPtr<RasterShapeIntervals> computeShapeMarginIntervals(int shapeMargin) const;
83 RasterShape(PassOwnPtr<RasterShapeIntervals> intervals, const IntSize& marginRectSize)
101 const RasterShapeIntervals& marginIntervals() const;
103 OwnPtr<RasterShapeIntervals> m_intervals;
104 mutable OwnPtr<RasterShapeIntervals> m_marginIntervals;
RasterShape.cpp 76 PassOwnPtr<RasterShapeIntervals> RasterShapeIntervals::computeShapeMarginIntervals(int shapeMargin) const
79 OwnPtr<RasterShapeIntervals> result = adoptPtr(new RasterShapeIntervals(marginIntervalsSize, std::max(shapeMargin, offset())));
110 void RasterShapeIntervals::initializeBounds()
121 void RasterShapeIntervals::buildBoundsPath(Path& path) const
139 const RasterShapeIntervals& RasterShape::marginIntervals() const
155 const RasterShapeIntervals& intervals = marginIntervals();
Shape.cpp 180 OwnPtr<RasterShapeIntervals> intervals = adoptPtr(new RasterShapeIntervals(0, 0));
192 OwnPtr<RasterShapeIntervals> intervals = adoptPtr(new RasterShapeIntervals(marginRect.height(), -marginRect.y()));

Completed in 63 milliseconds