Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DInlineTextBox.cpp481 int paintEnd = isHorizontal() ? paintInfo.rect.maxX() : paintInfo.rect.maxY(); in paint() local
1172 unsigned paintEnd = end() + 1; // end points at the last char, not past it in paintCompositionUnderline() local