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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DInlineTextBox.cpp506 LayoutUnit paintEnd = isHorizontal() ? paintInfo.rect.maxX() : paintInfo.rect.maxY(); local
511 if (logicalStart >= paintEnd || logicalStart + logicalExtent <= paintStart)
1300 unsigned paintEnd = end() + 1; // end points at the last char, not past it local
1306 if (paintEnd != underline.endOffset) { // end points at the last char, not past it
1307 paintEnd = std::min(paintEnd, (unsigned)underline.endOffset);
1311 paintEnd = std::min(paintEnd, (unsigned)m_start + m_truncation);
1315 width = renderer().width(paintStart, paintEnd - paintStart, textPos() + start, isFirstLine());

Completed in 107 milliseconds