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

/external/webkit/WebCore/rendering/
H A DRenderBlockLineLayout.cpp533 void RenderBlock::layoutInlineChildren(bool relayoutChildren, int& repaintTop, int& repaintBottom) argument
732 repaintBottom = height();
737 repaintBottom = max(repaintBottom, box->bottomVisibleOverflow());
771 if (checkForEndLineMatch && (endLineMatched = matchedEndLine(resolver, cleanLineStart, cleanLineBidiStatus, endLine, endLineYPos, repaintBottom, repaintTop)))
874 repaintBottom = max(repaintBottom, lineBox->bottomVisibleOverflow());
914 repaintBottom = max(repaintBottom, line->bottomVisibleOverflow() + max(delta, 0));
934 repaintBottom
1146 matchedEndLine(const InlineBidiResolver& resolver, const InlineIterator& endLineStart, const BidiStatus& endLineStatus, RootInlineBox*& endLine, int& endYPos, int& repaintBottom, int& repaintTop) argument
[all...]
H A DRenderBlock.cpp752 int repaintBottom = 0; local
755 layoutInlineChildren(relayoutChildren, repaintTop, repaintBottom);
819 if (!didFullRepaint && repaintTop != repaintBottom && (style()->visibility() == VISIBLE || enclosingLayer()->hasVisibleContent())) {
822 IntRect repaintRect(repaintLeft, repaintTop, repaintRight - repaintLeft, repaintBottom - repaintTop);

Completed in 78 milliseconds