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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
BoxShape.h 48 virtual LineSegment getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const OVERRIDE;
RectangleShape.h 52 virtual LineSegment getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const OVERRIDE;
BoxShapeTest.cpp 58 LineSegment segment = shapePtr->getExcludedInterval(lineTop, lineHeight); \
68 LineSegment segment = shapePtr->getExcludedInterval(lineTop, lineHeight); \
PolygonShape.h 71 virtual LineSegment getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const OVERRIDE;
Shape.h 84 virtual LineSegment getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const = 0;
RasterShape.h 92 virtual LineSegment getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const OVERRIDE;
RectangleShape.cpp 56 LineSegment RectangleShape::getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const
BoxShape.cpp 55 LineSegment BoxShape::getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const
PolygonShape.cpp 123 LineSegment PolygonShape::getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const
RasterShape.cpp 153 LineSegment RasterShape::getExcludedInterval(LayoutUnit logicalTop, LayoutUnit logicalHeight) const
ShapeOutsideInfo.cpp 291 LineSegment segment = computedShape().getExcludedInterval((borderBoxLineTop - logicalTopOffset()), std::min(lineHeight, shapeLogicalBottom() - borderBoxLineTop));

Completed in 8384 milliseconds