Searched refs:gapRectsBounds (Results 1 – 1 of 1) sorted by relevance
2431 …LayoutRect gapRectsBounds = selectionGaps(this, paintOffset, LayoutSize(), lastTop, lastLeft, last… in paintSelection() local2432 if (!gapRectsBounds.isEmpty()) { in paintSelection()2434 gapRectsBounds.moveBy(-paintOffset); in paintSelection()2436 LayoutRect localBounds(gapRectsBounds); in paintSelection()2438 …gapRectsBounds = localToContainerQuad(FloatRect(localBounds), layer->renderer()).enclosingBounding… in paintSelection()2440 gapRectsBounds.move(layer->renderBox()->scrolledContentOffset()); in paintSelection()2442 layer->addBlockSelectionGapsBounds(gapRectsBounds); in paintSelection()