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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
BoxShape.cpp 73 void BoxShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
RasterShape.cpp 201 void RasterShapeIntervals::getExcludedIntervals(int y1, int y2, IntShapeIntervals& result) const
283 void RasterShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
290 intervals.getExcludedIntervals(logicalTop, logicalTop + logicalHeight, excludedIntervals);
RectangleShape.cpp 76 void RectangleShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const
PolygonShape.cpp 366 void PolygonShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const

Completed in 64 milliseconds