Searched refs:shapeDeltas (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineWidth.cpp69 ShapeOutsideDeltas shapeDeltas;
72 shapeDeltas = shapeOutsideInfo->computeDeltasForContainingBlockLine(m_block, *newFloat, m_block.logicalHeight(), lineHeight);
77 if (shapeDeltas.isValid()) {
78 if (shapeDeltas.lineOverlapsShape())
79 newLeft += shapeDeltas.rightMarginBoxDelta();
88 if (shapeDeltas.isValid()) {
89 if (shapeDeltas.lineOverlapsShape())
90 newRight += shapeDeltas.leftMarginBoxDelta();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFloatingObjects.cpp488 ShapeOutsideDeltas shapeDeltas = shapeOutside->computeDeltasForContainingBlockLine(*m_renderer, floatingObject, m_lineTop, m_lineBottom - m_lineTop); local
489 if (!shapeDeltas.lineOverlapsShape())
492 logicalRight += shapeDeltas.rightMarginBoxDelta();
507 ShapeOutsideDeltas shapeDeltas = shapeOutside->computeDeltasForContainingBlockLine(*m_renderer, floatingObject, m_lineTop, m_lineBottom - m_lineTop); local
508 if (!shapeDeltas.lineOverlapsShape())
511 logicalLeft += shapeDeltas.leftMarginBoxDelta();

Completed in 142 milliseconds