Home
last modified time | relevance | path

Searched refs:logicalRight (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShape.h47 , logicalRight(0) in LineSegment()
52 LineSegment(float logicalLeft, float logicalRight) in LineSegment()
54 , logicalRight(logicalRight) in LineSegment()
60 float logicalRight; member
DBoxShapeTest.cpp62 EXPECT_FLOAT_EQ(expectedRight, segment.logicalRight); \
DShapeOutsideInfo.cpp298 …LayoutUnit rawRightMarginBoxDelta = segment.logicalRight + logicalLeftOffset() - containingBlock.l… in computeDeltasForContainingBlockLine()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.cpp441 LayoutUnit logicalRight = m_renderer->logicalRightForFloat(&floatingObject); in updateOffsetIfNeeded() local
442 if (logicalRight > m_offset) { in updateOffsetIfNeeded()
443 m_offset = logicalRight; in updateOffsetIfNeeded()
486 LayoutUnit logicalRight = m_renderer->logicalRightForFloat(&floatingObject); in updateOffsetIfNeeded() local
492 logicalRight += shapeDeltas.rightMarginBoxDelta(); in updateOffsetIfNeeded()
494 if (logicalRight > m_offset) { in updateOffsetIfNeeded()
495 m_offset = logicalRight; in updateOffsetIfNeeded()
DInlineFlowBox.h180 …void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalL… in endPlacingBoxRangesInInlineDirection() argument
182 setLogicalWidth(logicalRight - logicalLeft); in endPlacingBoxRangesInInlineDirection()
183 … if (knownToHaveNoOverflow() && (minLogicalLeft < logicalLeft || maxLogicalRight > logicalRight)) in endPlacingBoxRangesInInlineDirection()
232 static_cast<LayoutUnit>(ceilf(logicalRight())); in logicalRightLayoutOverflow()
259 …xX() : m_overflow->visualOverflowRect().maxY()) : static_cast<LayoutUnit>(ceilf(logicalRight())); } in logicalRightVisualOverflow()
DRootInlineBox.cpp313 &lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo)); in lineSelectionGap()
325 LayoutUnit lastLogicalLeft = firstBox->logicalRight(); in lineSelectionGap()
338 lastLogicalLeft = box->logicalRight(); in lineSelectionGap()
511 …if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer().isListMarker() && (!onlyEdit… in closestLeafChildForLogicalLeftPosition()
520 if (leftPosition < leaf->logicalRight()) in closestLeafChildForLogicalLeftPosition()
582 …rflow.shiftMaxXEdgeTo(std::max<LayoutUnit>(lineLayoutOverflow.maxX(), logicalRight() + endPadding)… in paddedLayoutOverflowRect()
587 …rflow.shiftMaxYEdgeTo(std::max<LayoutUnit>(lineLayoutOverflow.maxY(), logicalRight() + endPadding)… in paddedLayoutOverflowRect()
DRenderBox.cpp2770 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox*… in computeInlineStaticDistance() argument
2772 if (!logicalLeft.isAuto() || !logicalRight.isAuto()) in computeInlineStaticDistance()
2788 staticPosition -= curr->style()->logicalRight().value(); in computeInlineStaticDistance()
2810 staticPosition += curr->style()->logicalRight().value(); in computeInlineStaticDistance()
2816 logicalRight.setValue(Fixed, staticPosition); in computeInlineStaticDistance()
2860 Length logicalRightLength = style()->logicalRight(); in computePositionedLogicalWidth()
2956 … const Length& logicalLeft, const Length& logicalRight, const Length& marginLogicalLeft, in computePositionedLogicalWidthUsing() argument
2964 ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto())); in computePositionedLogicalWidthUsing()
2972 bool logicalRightIsAuto = logicalRight.isAuto(); in computePositionedLogicalWidthUsing()
2994 …lWidth - (logicalLeftValue + computedValues.m_extent + valueForLength(logicalRight, containerLogic… in computePositionedLogicalWidthUsing()
[all …]
DInlineBox.h212 float logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
221 int pixelSnappedLogicalRight() const { return ceilf(logicalRight()); } in pixelSnappedLogicalRight()
DInlineTextBox.cpp233 if (r.x() > logicalRight()) in localSelectionRect()
235 else if (r.maxX() > logicalRight()) in localSelectionRect()
236 logicalWidth = logicalRight() - r.x(); in localSelectionRect()
289 bool ltrEllipsisWithinBox = flowIsLTR && (ellipsisX < logicalRight()); in placeEllipsisBox()
301 ellipsisX = ltr ? logicalLeft() + visibleBoxWidth : logicalRight() - visibleBoxWidth; in placeEllipsisBox()
329 return logicalRight() - widthOfVisibleText - ellipsisWidth; in placeEllipsisBox()
DRenderBox.h111 LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
293 … LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style()->writingMode()); } in marginLogicalRight()
683 … const Length& logicalLeft, const Length& logicalRight, const Length& marginLogicalLeft,
DRenderRubyRun.cpp279 …lRightOverhang = std::min<int>(logicalRightOverhang, logicalWidth - rootInlineBox->logicalRight()); in getOverhang()
DRenderText.cpp487 if (pointLineDirection < box->logicalRight()) { in lineDirectionPointFitsInBox()
662 float rootRight = box->root().logicalRight(); in localCaretRect()
1543 if (curr == firstTextBox() || curr->logicalRight() > logicalRightSide) in linesBoundingBox()
1544 logicalRightSide = curr->logicalRight(); in linesBoundingBox()
DRenderBlockFlow.cpp2661 … right = std::max(right, x + static_cast<LayoutUnit>(ceilf(box->lastChild()->logicalRight()))); in adjustForBorderFit()
2824 LayoutUnit logicalRight = logicalRightOffsetForLine(position, false); in logicalRightSelectionOffset() local
2825 if (logicalRight == logicalRightOffsetForContent()) in logicalRightSelectionOffset()
2830 logicalRight += cb->logicalLeft(); in logicalRightSelectionOffset()
2833 return logicalRight; in logicalRightSelectionOffset()
DRenderBlock.h167 …const RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeig…
DRenderInline.cpp899 if (curr == firstLineBox() || curr->logicalRight() > logicalRightSide) in linesBoundingBox()
900 logicalRightSide = curr->logicalRight(); in linesBoundingBox()
DRenderBlock.cpp1985 …ootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, this, curr->logicalRight(), curr->logica… in blockSelectionGaps()
2019 …LayoutUnit logicalRight = std::min(lastLogicalRight, logicalRightSelectionOffset(rootBlock, logica… in blockSelectionGap() local
2020 LayoutUnit logicalWidth = logicalRight - logicalLeft; in blockSelectionGap()
2047 …const RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeig… in logicalRightSelectionGap() argument
2050 …ft = std::max(rootBlock->inlineDirectionOffset(offsetFromRootBlock) + logicalRight, max(logicalLef… in logicalRightSelectionGap()
DInlineFlowBox.cpp827 LayoutUnit borderOutsetLogicalRight = borderOutsets.logicalRight(style->writingMode()); in addBorderOutsetVisualOverflow()
/external/chromium_org/third_party/WebKit/Source/platform/
DLengthBox.cpp41 const Length& LengthBox::logicalRight(WritingMode writingMode) const in logicalRight() function in blink::LengthBox
DLengthBox.h76 const Length& logicalRight(WritingMode) const;
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutBoxExtent.h60 LayoutUnit logicalRight(WritingMode) const;
DLayoutBoxExtent.cpp53 LayoutUnit LayoutBoxExtent::logicalRight(WritingMode writingMode) const in logicalRight() function in blink::LayoutBoxExtent
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h445 const Length& logicalRight() const { return surround->offset.logicalRight(writingMode()); } in logicalRight() function
736 …utUnit& logicalLeft, LayoutUnit& logicalRight) { getShadowInlineDirectionExtent(textShadow(), logi… in getTextShadowInlineDirectionExtent() argument
806 …outUnit& logicalLeft, LayoutUnit& logicalRight) { getShadowInlineDirectionExtent(boxShadow(), logi… in getBoxShadowInlineDirectionExtent() argument
1749 …eDirectionExtent(const ShadowList* shadow, LayoutUnit& logicalLeft, LayoutUnit& logicalRight) const in getShadowInlineDirectionExtent() argument
1751 …owHorizontalExtent(shadow, logicalLeft, logicalRight) : getShadowVerticalExtent(shadow, logicalLef… in getShadowInlineDirectionExtent()