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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
BoxShapeTest.cpp 94 EXPECT_TRUE(shape->lineOverlapsShapeMarginBounds(-9, 1));
95 EXPECT_TRUE(shape->lineOverlapsShapeMarginBounds(-10, 0));
96 EXPECT_TRUE(shape->lineOverlapsShapeMarginBounds(-10, 200));
97 EXPECT_TRUE(shape->lineOverlapsShapeMarginBounds(5, 10));
98 EXPECT_TRUE(shape->lineOverlapsShapeMarginBounds(59, 1));
100 EXPECT_FALSE(shape->lineOverlapsShapeMarginBounds(-12, 2));
101 EXPECT_FALSE(shape->lineOverlapsShapeMarginBounds(60, 1));
102 EXPECT_FALSE(shape->lineOverlapsShapeMarginBounds(100, 200));
Shape.h 79 bool lineOverlapsShapeMarginBounds(LayoutUnit lineTop, LayoutUnit lineHeight) const { return lineOverlapsBoundingBox(lineTop, lineHeight, shapeMarginLogicalBoundingBox()); }
BoxShape.cpp 58 if (marginBounds.isEmpty() || !lineOverlapsShapeMarginBounds(logicalTop, logicalHeight))
ShapeOutsideInfo.h 74 return computedShape().lineOverlapsShapeMarginBounds(m_referenceBoxLineTop, m_lineHeight);

Completed in 775 milliseconds