Searched refs:selectionTop (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGInlineTextBox.h43 virtual int selectionTop() { return top(); } function in class:WebCore::FINAL
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRootInlineBox.cpp190 FloatRect rootRect(0, selectionTop(), logicalWidth(), selectionHeight());
208 FloatRect rootRect(paintOffset.x() + x(), paintOffset.y() + selectionTop(), logicalWidth(), selectionHeight());
574 LayoutUnit RootInlineBox::selectionTop() const function in class:WebCore::RootInlineBox
576 LayoutUnit selectionTop = m_lineTop; local
579 selectionTop -= !renderer()->style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
582 return selectionTop;
585 if (prevBottom < selectionTop && block()->containsFloats()) {
591 LayoutUnit newLeft = block()->logicalLeftOffsetForLine(selectionTop, false);
592 LayoutUnit newRight = block()->logicalRightOffsetForLine(selectionTop, false);
594 return selectionTop;
[all...]
H A DRootInlineBox.h70 LayoutUnit selectionTop() const;
72 LayoutUnit selectionHeight() const { return max<LayoutUnit>(0, selectionBottom() - selectionTop()); }
H A DInlineTextBox.cpp118 LayoutUnit InlineTextBox::selectionTop() function in class:WebCore::InlineTextBox
120 return root()->selectionTop();
204 LayoutUnit selTop = selectionTop();
905 LayoutUnit selectionTop = root()->selectionTopAdjustedForPrecedingBlock(); local
907 int deltaY = roundToInt(renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom - logicalBottom() : logicalTop() - selectionTop);
908 int selHeight = max(0, roundToInt(selectionBottom - selectionTop));
934 int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop();
952 FloatRect rootRect(paintOffset.x() + r->x(), paintOffset.y() + selectionTop(), r->logicalWidth(), selectionHeight());
1329 int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop();
1372 int deltaY = renderer()->style()->isFlippedLinesWritingMode() ? selectionBottom() - logicalBottom() : logicalTop() - selectionTop();
[all...]
H A DRenderReplaced.cpp192 LayoutUnit selTop = paintOffset.y() + m_inlineBoxWrapper->root()->selectionTop();
460 LayoutUnit top = rootBox ? rootBox->selectionTop() : logicalTop();
507 LayoutUnit newLogicalTop = root->block()->style()->isFlippedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->selectionTop() - m_inlineBoxWrapper->logicalTop();
H A DEllipsisBox.cpp124 LayoutUnit top = root()->selectionTop();
H A DInlineTextBox.h108 LayoutUnit selectionTop();
H A DRenderLineBoxList.cpp197 LayoutUnit logicalTop = min<LayoutUnit>(box->logicalTopVisualOverflow(root->lineTop()), root->selectionTop()) - renderer->maximalOutlineSize(paintInfo.phase);
H A DRenderListMarker.cpp1118 LayoutUnit newLogicalTop = root->block()->style()->isFlippedBlocksWritingMode() ? m_inlineBoxWrapper->logicalBottom() - root->selectionBottom() : root->selectionTop() - m_inlineBoxWrapper->logicalTop();
1839 LayoutRect rect(0, root->selectionTop() - y(), width(), root->selectionHeight());
H A DRenderText.cpp628 LayoutUnit top = min(rootBox->selectionTop(), rootBox->lineTop());
663 int top = box->root()->selectionTop();
H A DRenderBox.cpp1524 FloatRect rootRect(paintOffset.x() + r->x(), paintOffset.y() + r->selectionTop(), r->logicalWidth(), r->selectionHeight());
H A DRenderBlock.cpp5368 LayoutUnit firstRootBoxWithChildrenTop = min<LayoutUnit>(firstRootBoxWithChildren->selectionTop(), firstRootBoxWithChildren->logicalTop());

Completed in 152 milliseconds