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

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DInlineTextBox.cpp205 LayoutUnit selHeight = selectionHeight(); local
218 r = enclosingIntRect(font.selectionRectForText(textRun, startingPoint, selHeight, sPos, ePos));
220 r = enclosingIntRect(FloatRect(startingPoint, FloatSize(m_logicalWidth, selHeight)));
229 LayoutUnit width = isHorizontal() ? logicalWidth : selHeight;
230 LayoutUnit height = isHorizontal() ? selHeight : logicalWidth;
908 int selHeight = max(0, roundToInt(selectionBottom - selectionTop)); local
911 FloatRect clipRect(localOrigin, FloatSize(m_logicalWidth, selHeight));
916 context->drawHighlightForText(font, textRun, localOrigin, selHeight, c, style->colorSpace(), sPos, ePos);
935 int selHeight = selectionHeight(); local
937 context->drawHighlightForText(font, constructTextRun(style, font), localOrigin, selHeight,
1330 int selHeight = selectionHeight(); local
1373 int selHeight = selectionHeight(); local
[all...]
H A DRootInlineBox.h136 LayoutUnit selTop, LayoutUnit selHeight, const LogicalSelectionOffsetCaches&, const PaintInfo*);
H A DRootInlineBox.cpp477 LayoutUnit selTop, LayoutUnit selHeight, const LogicalSelectionOffsetCaches& cache, const PaintInfo* paintInfo)
490 selTop, selHeight, cache, paintInfo));
494 selTop, selHeight, cache, paintInfo));
510 LayoutRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight);
476 lineSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const LogicalSelectionOffsetCaches& cache, const PaintInfo* paintInfo) argument
H A DRenderBlock.cpp3658 LayoutUnit selHeight = curr->selectionHeightAdjustedForPrecedingBlock(); local
3664 LayoutRect logicalRect(curr->logicalLeft(), selTop, curr->logicalWidth(), selTop + selHeight);
3669 result.unite(curr->lineSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, selTop, selHeight, cache, paintInfo));

Completed in 100 milliseconds