Searched refs:lineOverlapsShapeBounds (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/shapes/
H A DShapeInfo.cpp66 if (lineOverlapsShapeBounds())
H A DShapeInfo.h102 bool lineOverlapsShapeBounds() const { return logicalLineTop() < shapeLogicalBottom() && shapeLogicalTop() <= logicalLineBottom(); } function in class:WebCore::ShapeInfo
103 bool lineWithinShapeBounds() const { return lineOverlapsShapeBounds() && (logicalLineBottom() <= shapeLogicalBottom()); }
H A DShapeInsideInfo.h79 return lineOverlapsShapeBounds() && m_segments.size();
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBlockLineLayout.cpp2811 if (!shapeInsideInfo || !shapeInsideInfo->lineOverlapsShapeBounds())
2814 // In layoutRunsAndFloatsInRange we have to use lineOverlapsShapeBounds() to determine the line segments since shape-outside's codepaths uses the same code to determine its segments. The line containing is not a requirement for shape-outside,

Completed in 332 milliseconds