Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalLeft

120     LayoutUnit logicalLeft = boxInfo->logicalLeft();
129 logicalLeft += currentBoxInfo->logicalLeft();
131 logicalLeft -= (currentBox->logicalWidth() - currentBoxInfo->logicalWidth()) - currentBoxInfo->logicalLeft();
142 return LayoutRect(logicalLeft, 0, logicalWidth, height());
143 return LayoutRect(0, logicalLeft, width(), logicalWidth);
1893 root->block()->setStaticInlinePositionForChild(this, root->lineTopWithLeading(), LayoutUnit::fromFloatRound(box->logicalLeft()));
2115 computedValues.m_position = logicalLeft();
2447 LayoutUnit logicalLeftDelta = isOutOfFlowPositioned() ? logicalLeftInRegion - logicalLeft() : startMarginDelta;
2449 LayoutUnit oldLogicalRight = containingBlockLogicalWidth - (logicalLeft() + logicalWidth());
3047 fromLeft = first->logicalLeft() + first->borderLogicalLeft();
3048 fromRight = last->logicalLeft() + last->logicalWidth() - last->borderLogicalRight();
3050 fromRight = first->logicalLeft() + first->logicalWidth() - first->borderLogicalRight();
3051 fromLeft = last->logicalLeft() + last->borderLogicalLeft();
3100 static void computeInlineStaticDistance(Length& logicalLeft, Length& logicalRight, const RenderBox* child, const RenderBoxModelObject* containerBlock, LayoutUnit containerLogicalWidth, RenderRegion* region)
3102 if (!logicalLeft.isAuto() || !logicalRight.isAuto())
3110 staticPosition += toRenderBox(curr)->logicalLeft();
3116 staticPosition += boxInfo->logicalLeft();
3120 logicalLeft.setValue(Fixed, staticPosition);
3127 staticPosition -= toRenderBox(curr)->logicalLeft();
3136 staticPosition -= cb->logicalWidth() - (boxInfo->logicalLeft() + boxInfo->logicalWidth());
3190 Length logicalLeftLength = style()->logicalLeft();
3263 // Adjust logicalLeft if we need to for the flipped version of our writing mode in regions.
3276 logicalLeftPos += boxInfo->logicalLeft();
3296 Length logicalLeft, Length logicalRight, Length marginLogicalLeft, Length marginLogicalRight,
3304 ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto()));
3311 bool logicalLeftIsAuto = logicalLeft.isAuto();
3333 logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth, renderView);
3435 logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth, renderView);
3448 logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth, renderView);
3452 logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth, renderView);
3468 computedValues.m_position = logicalLeftValue + marginLogicalLeftValue + lastLine->borderLogicalLeft() + (lastLine->logicalLeft() - firstLine->logicalLeft());
3589 LayoutUnit cbPageOffset = cb->offsetFromLogicalTopOfFirstPage() - logicalLeft();
3595 logicalTopPos += boxInfo->logicalLeft();
3776 Length logicalLeft = style()->logicalLeft();
3800 computeInlineStaticDistance(logicalLeft, logicalRight, this, containerBlock, containerLogicalWidth, 0); // FIXME: Pass the region.
3806 if (logicalLeft.isAuto() || logicalRight.isAuto()) {
3827 ASSERT(!(logicalLeft.isAuto() && logicalRight.isAuto()));
3829 logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth, renderView);
3852 } else if (logicalLeft.isAuto()) {
3862 logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth, renderView);
3868 logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth, renderView);
3875 logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth, renderView);
3885 logicalLeftValue = valueForLength(logicalLeft, containerLogicalWidth, renderView);
3915 computedValues.m_position = logicalLeftValue + marginLogicalLeftAlias + lastLine->borderLogicalLeft() + (lastLine->logicalLeft() - firstLine->logicalLeft());