Home | History | Annotate | Download | only in rendering

Lines Matching refs:selHeight

2083         int selHeight = curr->selectionHeight();
2090 if (!paintInfo || (ty + selTop < paintInfo->rect.bottom() && ty + selTop + selHeight > paintInfo->rect.y()))
2091 result.unite(curr->fillLineSelectionGap(selTop, selHeight, rootBlock, blockX, blockY, tx, ty, paintInfo));