Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShape.h43 LineSegment(float logicalLeft, float logicalRight) in LineSegment()
45 , logicalRight(logicalRight) in LineSegment()
50 float logicalRight; member
DShapeOutsideInfo.cpp76 …LayoutUnit rawRightMarginBoxDelta = segments.last().logicalRight - containingBlock->logicalWidthFo… in updateDeltasForContainingBlockLine()
DShapeInfo.cpp93 segments[i].logicalRight += logicalLeftOffset(); in computeSegmentsForLine()
DBoxShapeTest.cpp60 EXPECT_EQ(expectedRight, result[0].logicalRight); \
DShapeInsideInfo.cpp68 m_segments[i].logicalRight -= lineOffset.width(); in updateSegmentsForLine()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.h178 …void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalL… in endPlacingBoxRangesInInlineDirection() argument
180 setLogicalWidth(logicalRight - logicalLeft); in endPlacingBoxRangesInInlineDirection()
181 … if (knownToHaveNoOverflow() && (minLogicalLeft < logicalLeft || maxLogicalRight > logicalRight)) in endPlacingBoxRangesInInlineDirection()
230 static_cast<LayoutUnit>(ceilf(logicalRight())); in logicalRightLayoutOverflow()
257 …xX() : m_overflow->visualOverflowRect().maxY()) : static_cast<LayoutUnit>(ceilf(logicalRight())); } in logicalRightVisualOverflow()
DRootInlineBox.cpp440 … lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo)); in lineSelectionGap()
451 LayoutUnit lastLogicalLeft = firstBox->logicalRight(); in lineSelectionGap()
464 lastLogicalLeft = box->logicalRight(); in lineSelectionGap()
635 …if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer()->isListMarker() && (!onlyEdi… in closestLeafChildForLogicalLeftPosition()
644 if (leftPosition < leaf->logicalRight()) in closestLeafChildForLogicalLeftPosition()
706 …utOverflow.shiftMaxXEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxX(), logicalRight() + endPadding)… in paddedLayoutOverflowRect()
711 …utOverflow.shiftMaxYEdgeTo(max<LayoutUnit>(lineLayoutOverflow.maxY(), logicalRight() + endPadding)… in paddedLayoutOverflowRect()
DFloatingObjects.cpp153 LayoutUnit logicalRight = m_renderer->logicalRightForFloat(floatingObject); in updateOffsetIfNeeded() local
154 if (logicalRight > m_offset) { in updateOffsetIfNeeded()
155 m_offset = logicalRight; in updateOffsetIfNeeded()
DRenderBox.cpp3271 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox*… in computeInlineStaticDistance() argument
3273 if (!logicalLeft.isAuto() || !logicalRight.isAuto()) in computeInlineStaticDistance()
3296 staticPosition -= curr->style()->logicalRight().value(); in computeInlineStaticDistance()
3329 staticPosition += curr->style()->logicalRight().value(); in computeInlineStaticDistance()
3335 logicalRight.setValue(Fixed, staticPosition); in computeInlineStaticDistance()
3381 Length logicalRightLength = style()->logicalRight(); in computePositionedLogicalWidth()
3495 … Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, in computePositionedLogicalWidthUsing() argument
3503 ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto())); in computePositionedLogicalWidthUsing()
3511 bool logicalRightIsAuto = logicalRight.isAuto(); in computePositionedLogicalWidthUsing()
3534 …lWidth - (logicalLeftValue + computedValues.m_extent + valueForLength(logicalRight, containerLogic… in computePositionedLogicalWidthUsing()
[all …]
DInlineBox.h208 float logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
217 int pixelSnappedLogicalRight() const { return ceilf(logicalRight()); } in pixelSnappedLogicalRight()
DLineWidth.cpp63 m_right = std::min<float>(m_segment->logicalRight, m_right); in updateAvailableWidth()
DInlineTextBox.cpp225 if (r.x() > logicalRight()) in localSelectionRect()
227 else if (r.maxX() > logicalRight()) in localSelectionRect()
228 logicalWidth = logicalRight() - r.x(); in localSelectionRect()
281 bool ltrEllipsisWithinBox = flowIsLTR && (ellipsisX < logicalRight()); in placeEllipsisBox()
293 ellipsisX = ltr ? logicalLeft() + visibleBoxWidth : logicalRight() - visibleBoxWidth; in placeEllipsisBox()
321 return logicalRight() - widthOfVisibleText - ellipsisWidth; in placeEllipsisBox()
DRenderBox.h84 LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
269 … LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style()->writingMode()); } in marginLogicalRight()
668 … Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
DRenderRubyRun.cpp298 …ogicalRightOverhang = min<int>(logicalRightOverhang, logicalWidth - rootInlineBox->logicalRight()); in getOverhang()
DRenderText.cpp501 if (pointLineDirection < box->logicalRight()) { in lineDirectionPointFitsInBox()
677 float rootRight = box->root()->logicalRight(); in localCaretRect()
1506 if (curr == firstTextBox() || curr->logicalRight() > logicalRightSide) in linesBoundingBox()
1507 logicalRightSide = curr->logicalRight(); in linesBoundingBox()
DRenderBlock.cpp2571 …ootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, this, curr->logicalRight(), curr->logica… in blockSelectionGaps()
2597 …LayoutUnit logicalRight = min(lastLogicalRight, logicalRightSelectionOffset(rootBlock, logicalBott… in blockSelectionGap() local
2598 LayoutUnit logicalWidth = logicalRight - logicalLeft; in blockSelectionGap()
2625 …RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, co… in logicalRightSelectionGap() argument
2628 …ax(rootBlock->inlineDirectionOffset(offsetFromRootBlock) + floorToInt(logicalRight), max(logicalLe… in logicalRightSelectionGap()
2671 LayoutUnit logicalRight = logicalRightOffsetForLine(position, false); in logicalRightSelectionOffset() local
2672 if (logicalRight == logicalRightOffsetForContent()) { in logicalRightSelectionOffset()
2676 return logicalRight; in logicalRightSelectionOffset()
2680 logicalRight += cb->logicalLeft(); in logicalRightSelectionOffset()
2684 return logicalRight; in logicalRightSelectionOffset()
[all …]
DRenderBlockLineLayout.cpp649 float logicalRight = min<float>(segments[0].logicalRight, lineLogicalRight); in computeInlineDirectionPositionsForLine() local
658 logicalRight = min<float>(segments[i].logicalRight, lineLogicalRight); in computeInlineDirectionPositionsForLine()
660 availableLogicalWidth = logicalRight - logicalLeft; in computeInlineDirectionPositionsForLine()
DRenderInline.cpp866 if (curr == firstLineBox() || curr->logicalRight() > logicalRightSide) in linesBoundingBox()
867 logicalRightSide = curr->logicalRight(); in linesBoundingBox()
DRenderBlock.h236 …RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, co…
DInlineFlowBox.cpp812 LayoutUnit borderOutsetLogicalRight = borderOutsets.logicalRight(style->writingMode()); in addBorderOutsetVisualOverflow()
/external/chromium_org/third_party/WebKit/Source/platform/
DLengthBox.cpp41 Length LengthBox::logicalRight(WritingMode writingMode) const in logicalRight() function in WebCore::LengthBox
DLengthBox.h78 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 WebCore::LayoutBoxExtent
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h443 Length logicalRight() const { return surround->offset.logicalRight(writingMode()); } in logicalRight() function
726 …utUnit& logicalLeft, LayoutUnit& logicalRight) { getShadowInlineDirectionExtent(textShadow(), logi… in getTextShadowInlineDirectionExtent() argument
783 …outUnit& logicalLeft, LayoutUnit& logicalRight) { getShadowInlineDirectionExtent(boxShadow(), logi… in getBoxShadowInlineDirectionExtent() argument
1723 …eDirectionExtent(const ShadowList* shadow, LayoutUnit& logicalLeft, LayoutUnit& logicalRight) const in getShadowInlineDirectionExtent() argument
1725 …owHorizontalExtent(shadow, logicalLeft, logicalRight) : getShadowVerticalExtent(shadow, logicalLef… in getShadowInlineDirectionExtent()

12