Home | History | Annotate | Download | only in rendering

Lines Matching refs:repaintLogicalBottom

1279     int repaintLogicalBottom = 0;
1284 layoutInlineChildren(relayoutChildren, repaintLogicalTop, repaintLogicalBottom);
1335 if (!didFullRepaint && repaintLogicalTop != repaintLogicalBottom && (style()->visibility() == VISIBLE || enclosingLayer()->hasVisibleContent())) {
1350 repaintRect = IntRect(repaintLogicalLeft, repaintLogicalTop, repaintLogicalRight - repaintLogicalLeft, repaintLogicalBottom - repaintLogicalTop);
1352 repaintRect = IntRect(repaintLogicalTop, repaintLogicalLeft, repaintLogicalBottom - repaintLogicalTop, repaintLogicalRight - repaintLogicalLeft);