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

/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp481 int paintEnd = isHorizontal() ? paintInfo.rect.maxX() : paintInfo.rect.maxY(); local
484 if (logicalStart >= paintEnd || logicalStart + logicalExtent <= paintStart)
1172 unsigned paintEnd = end() + 1; // end points at the last char, not past it local
1178 if (paintEnd != underline.endOffset) { // end points at the last char, not past it
1179 paintEnd = min(paintEnd, (unsigned)underline.endOffset);
1183 paintEnd = min(paintEnd, (unsigned)m_start + m_truncation);
1187 width = toRenderText(renderer())->width(paintStart, paintEnd - paintStart, textPos() + start, m_firstLine);

Completed in 81 milliseconds