Home | History | Annotate | Download | only in rendering

Lines Matching refs:gapRect

341                 IntRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, logicalRect);
342 if (isPreviousBoxSelected && gapRect.width() > 0 && gapRect.height() > 0) {
344 paintInfo->context->fillRect(gapRect, box->parent()->renderer()->selectionBackgroundColor(), box->parent()->renderer()->style()->colorSpace());
346 result.uniteCenter(gapRect);