Home
last modified time | relevance | path

Searched refs:selHeight (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp217 LayoutUnit selHeight = selectionHeight(); in localSelectionRect() local
228 … r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos)); in localSelectionRect()
230 … r = enclosingIntRect(FloatRect(startingPoint, FloatSize(m_logicalWidth, selHeight.toFloat()))); in localSelectionRect()
239 LayoutUnit width = isHorizontal() ? logicalWidth : selHeight; in localSelectionRect()
240 LayoutUnit height = isHorizontal() ? selHeight : logicalWidth; in localSelectionRect()
629 int selHeight = std::max(0, roundToInt(selectionBottom - selectionTop)); in paintSelection() local
632 FloatRect clipRect(localOrigin, FloatSize(m_logicalWidth, selHeight)); in paintSelection()
636 context->drawHighlightForText(font, textRun, localOrigin, selHeight, c, sPos, ePos); in paintSelection()
660 int selHeight = selectionHeight(); in paintSingleCompositionBackgroundRun() local
662 …context->drawHighlightForText(font, constructTextRun(style, font), localOrigin, selHeight, backgro… in paintSingleCompositionBackgroundRun()
[all …]
DRootInlineBox.cpp296 … LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo* paintInfo) const in lineSelectionGap() argument
309 … &firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo)); in lineSelectionGap()
313 &lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo)); in lineSelectionGap()
329 … LayoutRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight); in lineSelectionGap()
DRootInlineBox.h125 …n, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo…
DRenderBlockFlow.cpp2760 LayoutUnit selHeight = curr->selectionHeightAdjustedForPrecedingBlock(); in inlineSelectionGaps() local
2767 … LayoutRect logicalRect(curr->logicalLeft(), selTop, curr->logicalWidth(), selTop + selHeight); in inlineSelectionGaps()
2772 …ctionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, selTop, selHeight, paintInfo)); in inlineSelectionGaps()