Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp2216 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox*… in computeInlineStaticDistance() argument
2219 if (!logicalLeft.isAuto() || !logicalRight.isAuto()) in computeInlineStaticDistance()
2238 logicalRight.setValue(Fixed, staticPosition); in computeInlineStaticDistance()
2292 Length logicalRight = style()->logicalRight(); in computePositionedLogicalWidth() local
2320 …computeInlineStaticDistance(logicalLeft, logicalRight, this, containerBlock, containerLogicalWidth… in computePositionedLogicalWidth()
2327 … logicalLeft, logicalRight, marginLogicalLeft, marginLogicalRight, in computePositionedLogicalWidth()
2341 … logicalLeft, logicalRight, marginLogicalLeft, marginLogicalRight, in computePositionedLogicalWidth()
2361 … logicalLeft, logicalRight, marginLogicalLeft, marginLogicalRight, in computePositionedLogicalWidth()
2375 … logicalLeft, logicalRight, marginLogicalLeft, marginLogicalRight, in computePositionedLogicalWidth()
2398 … Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, in computePositionedLogicalWidthUsing() argument
[all …]
DInlineBox.h237 float logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
246 int pixelSnappedLogicalRight() const { return ceilf(logicalRight()); } in pixelSnappedLogicalRight()
DInlineFlowBox.h201 …) ? m_overflow->maxXLayoutOverflow() : m_overflow->maxYLayoutOverflow()) : ceilf(logicalRight()); } in logicalRightLayoutOverflow()
227 …) ? m_overflow->maxXVisualOverflow() : m_overflow->maxYVisualOverflow()) : ceilf(logicalRight()); } in logicalRightVisualOverflow()
DRootInlineBox.cpp324 … lastBox->parent()->renderer(), lastBox->logicalRight(), selTop, selHeight, paintInfo)); in lineSelectionGap()
335 int lastLogicalLeft = firstBox->logicalRight(); in lineSelectionGap()
348 lastLogicalLeft = box->logicalRight(); in lineSelectionGap()
474 …if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer()->isListMarker() && (!onlyEdi… in closestLeafChildForLogicalLeftPosition()
483 if (leftPosition < leaf->logicalRight()) in closestLeafChildForLogicalLeftPosition()
DRenderText.cpp490 … >= lastTextBox()->root()->selectionTop() && pointLineDirection >= lastTextBox()->logicalRight()) { in positionForPoint()
512 if (pointLineDirection < box->logicalRight()) in positionForPoint()
560 float rootRight = box->root()->logicalRight(); in localCaretRect()
573 rightEdge = cb->logicalRight(); in localCaretRect()
576 rightEdge = max(static_cast<float>(cb->logicalRight()), rootRight); in localCaretRect()
1349 if (curr == firstTextBox() || curr->logicalRight() > logicalRightSide) in linesBoundingBox()
1350 logicalRightSide = curr->logicalRight(); in linesBoundingBox()
DRenderBox.h58 int logicalRight() const { return logicalLeft() + logicalWidth(); } in logicalRight() function
446 … Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
DRenderRubyRun.cpp295 …ogicalRightOverhang = min<int>(logicalRightOverhang, logicalWidth - rootInlineBox->logicalRight()); in getOverhang()
DRenderBlock.cpp3002 …ootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, this, curr->logicalRight(), curr->logica… in blockSelectionGaps()
3028 int logicalRight = min(lastLogicalRight, logicalRightSelectionOffset(rootBlock, logicalBottom)); in blockSelectionGap() local
3029 int logicalWidth = logicalRight - logicalLeft; in blockSelectionGap()
3056 …RenderObject* selObj, int logicalRight, int logicalTop, int logicalHeight, const PaintInfo* paintI… in logicalRightSelectionGap() argument
3059 …calLeft = max(inlineDirectionOffset(rootBlock, offsetFromRootBlock) + logicalRight, max(logicalLef… in logicalRightSelectionGap()
3102 int logicalRight = logicalRightOffsetForLine(position, false); in logicalRightSelectionOffset() local
3103 if (logicalRight == logicalRightOffsetForContent()) { in logicalRightSelectionOffset()
3107 return logicalRight; in logicalRightSelectionOffset()
3111 logicalRight += cb->logicalLeft(); in logicalRightSelectionOffset()
3115 return logicalRight; in logicalRightSelectionOffset()
[all …]
DRenderInline.cpp764 if (curr == firstLineBox() || curr->logicalRight() > logicalRightSide) in linesBoundingBox()
765 logicalRightSide = curr->logicalRight(); in linesBoundingBox()
DRenderBlock.h127 … RenderObject* selObj, int logicalRight, int logicalTop, int logicalHeight, const PaintInfo*);
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h382 Length logicalRight() const { return isHorizontalWritingMode() ? right() : bottom(); } in logicalRight() function
658 …ionExtent(int& logicalLeft, int& logicalRight) { getShadowInlineDirectionExtent(textShadow(), logi… in getTextShadowInlineDirectionExtent() argument
678 …tionExtent(int& logicalLeft, int& logicalRight) { getShadowInlineDirectionExtent(boxShadow(), logi… in getBoxShadowInlineDirectionExtent() argument
1343 …getShadowInlineDirectionExtent(const ShadowData* shadow, int& logicalLeft, int& logicalRight) const in getShadowInlineDirectionExtent() argument
1345 …owHorizontalExtent(shadow, logicalLeft, logicalRight) : getShadowVerticalExtent(shadow, logicalLef… in getShadowInlineDirectionExtent()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1622554 logicalRightLayoutOverflow instead of simply using logicalLeft and logicalRight, as this
23061 logicalRightLayoutOverflow instead of simply using logicalLeft and logicalRight, as this
DChangeLog61291 (WebCore::InheritedFlags::logicalRight):
65113 (WebCore::InlineBox::logicalRight):
DChangeLog-2010-12-0637103 (WebCore::InlineBox::logicalRight):