Home | History | Annotate | Download | only in rendering

Lines Matching refs:gapRect

331                 LayoutRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect);
332 if (isPreviousBoxSelected && gapRect.width() > 0 && gapRect.height() > 0) {
334 paintInfo->context->fillRect(gapRect, box->parent()->renderer().selectionBackgroundColor());
336 result.uniteCenter(gapRect);