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

/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShape.h40 LineSegment(float logicalLeft, float logicalRight) argument
42 , logicalRight(logicalRight)
47 float logicalRight; member in struct:WebCore::LineSegment
H A DShapeOutsideInfo.cpp315 segments[i].logicalRight += logicalLeftOffset();
341 LayoutUnit rawRightMarginBoxDelta = segments.last().logicalRight - containingBlock.logicalWidthForChild(m_renderer) - logicalRightMargin;
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLengthBox.cpp41 const Length& LengthBox::logicalRight(WritingMode writingMode) const function in class:WebCore::LengthBox
H A DLengthBox.h74 const Length& logicalRight(WritingMode) const;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLayoutBoxExtent.h59 LayoutUnit logicalRight(WritingMode) const;
H A DLayoutBoxExtent.cpp51 LayoutUnit LayoutBoxExtent::logicalRight(WritingMode writingMode) const function in class:WebCore::LayoutBoxExtent
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DFloatingObjects.cpp430 LayoutUnit logicalRight = m_renderer.logicalRightForFloat(floatingObject); local
431 if (logicalRight > m_offset) {
432 m_offset = logicalRight;
488 LayoutUnit logicalRight = m_renderer.logicalRightForFloat(floatingObject); local
494 logicalRight += shapeOutside->rightMarginBoxDelta();
497 if (logicalRight > m_offset) {
498 m_offset = logicalRight;
H A DInlineFlowBox.h180 void endPlacingBoxRangesInInlineDirection(float logicalLeft, float logicalRight, float minLogicalLeft, float maxLogicalRight) argument
182 setLogicalWidth(logicalRight - logicalLeft);
183 if (knownToHaveNoOverflow() && (minLogicalLeft < logicalLeft || maxLogicalRight > logicalRight))
249 LayoutUnit logicalRightVisualOverflow() const { return m_overflow ? (isHorizontal() ? m_overflow->visualOverflowRect().maxX() : m_overflow->visualOverflowRect().maxY()) : LayoutUnit(ceilf(logicalRight())); }
H A DRootInlineBox.cpp462 result.uniteRight(blockFlow().logicalRightSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, &lastBox->parent()->renderer(), lastBox->logicalRight(),
475 LayoutUnit lastLogicalLeft = firstBox->logicalRight();
488 lastLogicalLeft = box->logicalRight();
512 float rootRight = logicalRight();
715 if (leftPosition >= lastLeaf->logicalRight() && !lastLeaf->renderer().isListMarker() && (!onlyEditableLeaves || isEditableLeaf(lastLeaf)))
724 if (leftPosition < leaf->logicalRight())
H A DInlineBox.h181 float logicalRight() const { return logicalLeft() + logicalWidth(); } function in class:WebCore::InlineBox
190 int pixelSnappedLogicalRight() const { return ceilf(logicalRight()); }
H A DRenderBox.cpp3173 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox* child, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalWidth, RenderRegion* region) argument
3175 if (!logicalLeft.isAuto() || !logicalRight.isAuto())
3218 logicalRight.setValue(Fixed, staticPosition);
3264 Length logicalRightLength = style().logicalRight();
3368 Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
3376 ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto()));
3384 bool logicalRightIsAuto = logicalRight.isAuto();
3407 const LayoutUnit availableSpace = containerLogicalWidth - (logicalLeftValue + computedValues.m_extent + valueForLength(logicalRight, containerLogicalWidth) + bordersPlusPadding);
3496 LayoutUnit logicalRightValue = valueForLength(logicalRight, containerLogicalWidth);
3516 logicalLeftValue = availableSpace - (computedValues.m_extent + valueForLength(logicalRight, containerLogicalWidt
3366 computePositionedLogicalWidthUsing(Length logicalWidth, const RenderBoxModelObject* containerBlock, TextDirection containerDirection, LayoutUnit containerLogicalWidth, LayoutUnit bordersPlusPadding, Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight, LogicalExtentComputedValues& computedValues) const argument
3842 Length logicalRight = style().logicalRight(); local
[all...]
H A DRenderLineBreak.cpp161 float logicalRightSide = m_inlineBoxWrapper->logicalRight();
H A DRenderRubyRun.cpp308 logicalRightOverhang = std::min<int>(logicalRightOverhang, logicalWidth - rootInlineBox->logicalRight());
H A DRenderBox.h85 LayoutUnit logicalRight() const { return logicalLeft() + logicalWidth(); } function in class:WebCore::RenderBox
266 LayoutUnit marginLogicalRight() const { return m_marginBox.logicalRight(style().writingMode()); }
683 Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
H A DRenderTextLineBoxes.cpp159 if (current == m_first || current->logicalRight() > logicalRightSide)
160 logicalRightSide = current->logicalRight();
284 if (pointLineDirection < box.logicalRight()) {
H A DRenderBlock.cpp2034 result.uniteRight(logicalRightSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, this, curr->logicalRight(), curr->logicalTop(), curr->logicalHeight(), cache, paintInfo));
2061 LayoutUnit logicalRight = std::min(lastLogicalRight, logicalRightSelectionOffset(rootBlock, logicalBottom, cache)); local
2062 LayoutUnit logicalWidth = logicalRight - logicalLeft;
2090 RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const LogicalSelectionOffsetCaches& cache, const PaintInfo* paintInfo)
2093 LayoutUnit rootBlockLogicalLeft = std::max(inlineDirectionOffset(rootBlock, offsetFromRootBlock) + logicalRight,
2141 LayoutUnit logicalRight = logicalRightOffsetForLine(position, false); local
2142 if (logicalRight == logicalRightOffsetForContent()) {
2145 return logicalRight;
2151 logicalRight += cb->logicalLeft();
2158 return logicalRight;
2089 logicalRightSelectionGap(RenderBlock& rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const LogicalSelectionOffsetCaches& cache, const PaintInfo* paintInfo) argument
[all...]
H A DInlineTextBox.cpp286 if (snappedSelectionRect.x() > logicalRight())
288 else if (snappedSelectionRect.maxX() > logicalRight())
289 logicalWidth = logicalRight() - snappedSelectionRect.x();
H A DRenderInline.cpp906 if (curr == firstLineBox() || curr->logicalRight() > logicalRightSide)
907 logicalRightSide = curr->logicalRight();
H A DRenderBlock.h179 RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const LogicalSelectionOffsetCaches&, const PaintInfo*);
H A DInlineFlowBox.cpp822 LayoutUnit borderOutsetLogicalRight = borderOutsets.logicalRight(lineStyle.writingMode());
H A DRenderBlockFlow.cpp2831 right = std::max(right, x + LayoutUnit(ceilf(box->lastChild()->logicalRight())));
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DRenderStyle.h593 const Length& logicalRight() const { return surround->offset.logicalRight(writingMode()); }
885 void getTextShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) const { getShadowInlineDirectionExtent(textShadow(), logicalLeft, logicalRight); }
950 void getBoxShadowInlineDirectionExtent(LayoutUnit& logicalLeft, LayoutUnit& logicalRight) const { getShadowInlineDirectionExtent(boxShadow(), logicalLeft, logicalRight); }
1987 void getShadowInlineDirectionExtent(const ShadowData* shadow, LayoutUnit& logicalLeft, LayoutUnit& logicalRight) const
1989 return isHorizontalWritingMode() ? getShadowHorizontalExtent(shadow, logicalLeft, logicalRight) : getShadowVerticalExtent(shadow, logicalLeft, logicalRight);

Completed in 731 milliseconds