Home | History | Annotate | Download | only in rendering

Lines Matching refs:repaintLogicalBottom

732 void RenderBlock::layoutInlineChildren(bool relayoutChildren, int& repaintLogicalTop, int& repaintLogicalBottom)
918 useRepaintBounds, repaintLogicalTop, repaintLogicalBottom);
949 repaintLogicalBottom = logicalHeight();
955 repaintLogicalBottom = max(repaintLogicalBottom, box->logicalBottomVisualOverflow());
992 if (checkForEndLineMatch && (endLineMatched = matchedEndLine(resolver, cleanLineStart, cleanLineBidiStatus, endLine, endLineLogicalTop, repaintLogicalBottom, repaintLogicalTop)))
1086 repaintLogicalBottom = max(repaintLogicalBottom, lineBox->logicalBottomVisualOverflow());
1096 repaintLogicalBottom = max(repaintLogicalBottom, lineBox->logicalBottomVisualOverflow());
1158 repaintLogicalBottom = max(repaintLogicalBottom, line->logicalBottomVisualOverflow() + max(delta, 0));
1179 repaintLogicalBottom = max(repaintLogicalBottom, line->logicalBottomVisualOverflow());
1286 bool& useRepaintBounds, int& repaintLogicalTop, int& repaintLogicalBottom)
1312 repaintLogicalBottom = max(repaintLogicalBottom, curr->logicalBottomVisualOverflow() + max(paginationDelta, 0));
1445 int& endLogicalTop, int& repaintLogicalBottom, int& repaintLogicalTop)
1515 repaintLogicalBottom = max(repaintLogicalBottom, boxToDelete->logicalBottomVisualOverflow());