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.cpp207 LayoutUnit selHeight = selectionHeight(); in localSelectionRect() local
220 … r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos)); in localSelectionRect()
222 r = enclosingIntRect(FloatRect(startingPoint, FloatSize(m_logicalWidth, selHeight))); in localSelectionRect()
231 LayoutUnit width = isHorizontal() ? logicalWidth : selHeight; in localSelectionRect()
232 LayoutUnit height = isHorizontal() ? selHeight : logicalWidth; in localSelectionRect()
855 int selHeight = max(0, roundToInt(selectionBottom - selectionTop)); in paintSelection() local
858 FloatRect clipRect(localOrigin, FloatSize(m_logicalWidth, selHeight)); in paintSelection()
863 context->drawHighlightForText(font, textRun, localOrigin, selHeight, c, sPos, ePos); in paintSelection()
882 int selHeight = selectionHeight(); in paintCompositionBackground() local
884 …context->drawHighlightForText(font, constructTextRun(style, font), localOrigin, selHeight, c, sPos… in paintCompositionBackground()
[all …]
DRootInlineBox.cpp424 … LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo* paintInfo) in lineSelectionGap() argument
437 … firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo)); in lineSelectionGap()
440 … lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo)); in lineSelectionGap()
455 … LayoutRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight); in lineSelectionGap()
DRootInlineBox.h130 …n, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo…
DRenderBlockFlow.cpp2484 LayoutUnit selHeight = curr->selectionHeightAdjustedForPrecedingBlock(); in inlineSelectionGaps() local
2491 … LayoutRect logicalRect(curr->logicalLeft(), selTop, curr->logicalWidth(), selTop + selHeight); in inlineSelectionGaps()
2496 …ctionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, selTop, selHeight, paintInfo)); in inlineSelectionGaps()