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

/macosx-10.10/WebCore-7600.1.25/rendering/line/
H A DLineWidth.cpp144 inline static float availableWidthAtOffset(const RenderBlockFlow& block, const LayoutUnit& offset, bool shouldIndentText, float& newLineLeft, float& newLineRight) argument
147 newLineRight = block.logicalRightOffsetForLine(offset, shouldIndentText);
148 return std::max(0.0f, newLineRight - newLineLeft);
154 float newLineRight = 0; local
155 return availableWidthAtOffset(block, offset, shouldIndentText, newLineLeft, newLineRight);
158 void LineWidth::updateLineDimension(LayoutUnit newLineTop, LayoutUnit newLineWidth, float newLineLeft, float newLineRight) argument
166 m_right = newLineRight;
189 float newLineRight = m_right; local
191 newLineWidth = availableWidthAtOffset(m_block, newLineTop, shouldIndentText(), newLineLeft, newLineRight);
200 updateLineDimension(newLineTop, newLineWidth, newLineLeft, newLineRight);
217 float newLineRight = m_right; local
[all...]
H A DLineWidth.h74 void updateLineDimension(LayoutUnit newLineTop, LayoutUnit newLineWidth, float newLineLeft, float newLineRight);

Completed in 136 milliseconds