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

/external/webkit/WebCore/rendering/
H A DRenderBlockLineLayout.cpp533 void RenderBlock::layoutInlineChildren(bool relayoutChildren, int& repaintTop, int& repaintBottom) argument
731 repaintTop = height();
736 repaintTop = min(repaintTop, box->topVisibleOverflow());
771 if (checkForEndLineMatch && (endLineMatched = matchedEndLine(resolver, cleanLineStart, cleanLineBidiStatus, endLine, endLineYPos, repaintBottom, repaintTop)))
873 repaintTop = min(repaintTop, lineBox->topVisibleOverflow());
913 repaintTop = min(repaintTop, line->topVisibleOverflow() + min(delta, 0));
933 repaintTop
1146 matchedEndLine(const InlineBidiResolver& resolver, const InlineIterator& endLineStart, const BidiStatus& endLineStatus, RootInlineBox*& endLine, int& endYPos, int& repaintBottom, int& repaintTop) argument
[all...]
H A DRenderBlock.h225 void layoutInlineChildren(bool relayoutChildren, int& repaintTop, int& repaintBottom);
259 RootInlineBox*& endLine, int& endYPos, int& repaintBottom, int& repaintTop);
H A DRenderBlock.cpp751 int repaintTop = 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 108 milliseconds