HomeSort by relevance Sort by last modified time
    Searched refs:selHeight (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 217 LayoutUnit selHeight = selectionHeight();
228 r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos));
230 r = enclosingIntRect(FloatRect(startingPoint, FloatSize(m_logicalWidth, selHeight.toFloat())));
239 LayoutUnit width = isHorizontal() ? logicalWidth : selHeight;
240 LayoutUnit height = isHorizontal() ? selHeight : logicalWidth;
629 int selHeight = std::max(0, roundToInt(selectionBottom - selectionTop));
632 FloatRect clipRect(localOrigin, FloatSize(m_logicalWidth, selHeight));
636 context->drawHighlightForText(font, textRun, localOrigin, selHeight, c, sPos, ePos);
660 int selHeight = selectionHeight();
662 context->drawHighlightForText(font, constructTextRun(style, font), localOrigin, selHeight, backgroundColor, sPos, ePos)
    [all...]
RootInlineBox.cpp 296 LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo* paintInfo) const
309 &firstBox->parent()->renderer(), firstBox->logicalLeft(), selTop, selHeight, paintInfo));
313 &lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo));
329 LayoutRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight);
    [all...]
RootInlineBox.h 125 GapRects lineSelectionGap(const RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo*) const;
RenderBlockFlow.cpp     [all...]
  /frameworks/base/core/java/android/widget/
ListView.java 782 int selHeight = sel.getMeasuredHeight();
783 if (selHeight <= height) {
784 sel.offsetTopAndBottom((height - selHeight) / 2);
    [all...]

Completed in 271 milliseconds