Searched refs:logicalTop (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DRectangleShape.cpp56 void RectangleShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const argument
62 float y1 = logicalTop.toFloat();
63 float y2 = (logicalTop + logicalHeight).toFloat();
H A DBoxShape.cpp55 void BoxShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const argument
58 if (marginBounds.isEmpty() || !lineOverlapsShapeMarginBounds(logicalTop, logicalHeight))
61 float y1 = logicalTop.toFloat();
62 float y2 = (logicalTop + logicalHeight).toFloat();
H A DBoxShape.h48 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
H A DRectangleShape.h53 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
H A DPolygonShape.h71 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
H A DShape.h77 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const = 0;
H A DRasterShape.h92 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
H A DPolygonShape.cpp123 void PolygonShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const argument
125 float y1 = logicalTop.toFloat();
126 float y2 = logicalTop.toFloat() + logicalHeight.toFloat();
H A DRasterShape.cpp153 void RasterShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const argument
159 int y1 = logicalTop;
160 int y2 = logicalTop + logicalHeight;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMeter.h41 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
H A DRenderMeter.cpp62 void RenderMeter::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const argument
64 RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues);
H A DRenderLineBoxList.h72 bool rangeIntersectsRect(RenderBoxModelObject*, LayoutUnit logicalTop, LayoutUnit logicalBottom, const LayoutRect&, const LayoutPoint&) const;
H A DRenderBlockFlow.h122 void setLogicalTopForFloat(FloatingObject* floatingObject, LayoutUnit logicalTop) argument
125 floatingObject->setY(logicalTop);
127 floatingObject->setX(logicalTop);
154 void updateStaticInlinePositionForChild(RenderBox*, LayoutUnit logicalTop);
211 LayoutUnit logicalRightOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit logicalHeight = 0) const argument
213 return adjustLogicalRightOffsetForLine(logicalRightFloatOffsetForLine(logicalTop, fixedOffset, logicalHeight), applyTextIndent);
215 LayoutUnit logicalLeftOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit logicalHeight = 0) const argument
217 return adjustLogicalLeftOffsetForLine(logicalLeftFloatOffsetForLine(logicalTop, fixedOffset, logicalHeight), applyTextIndent);
226 void setLogicalTopForChild(RenderBox* child, LayoutUnit logicalTop, ApplyLayoutDeltaMode = DoNotApplyLayoutDelta);
283 LayoutUnit logicalRightFloatOffsetForLine(LayoutUnit logicalTop, LayoutUni
[all...]
H A DRenderBlockFlow.cpp198 computeLogicalHeight(LayoutUnit(), logicalTop(), computedValues);
319 setPageLogicalOffset(renderView->layoutState()->pageLogicalOffset(*this, logicalTop()));
430 if (block->lowestFloatLogicalBottom() + block->logicalTop() <= newHeight)
483 void RenderBlockFlow::setLogicalTopForChild(RenderBox* child, LayoutUnit logicalTop, ApplyLayoutDeltaMode applyDelta) argument
487 view()->addLayoutDelta(LayoutSize(0, child->y() - logicalTop));
488 child->setY(logicalTop);
491 view()->addLayoutDelta(LayoutSize(child->x() - logicalTop, 0));
492 child->setX(logicalTop);
734 } else if (remainingLogicalHeight == pageLogicalHeight && offsetFromLogicalTopOfFirstPage() + child->logicalTop()) {
805 LayoutUnit logicalTopOffset = logicalTop();
838 LayoutUnit logicalTop = logicalTopForFloat(floatingObject); local
1093 LayoutUnit logicalTop = beforeCollapseLogicalTop; local
1195 LayoutUnit logicalTop = logicalHeight(); local
1743 getClearDelta(RenderBox* child, LayoutUnit logicalTop) argument
1867 updateStaticInlinePositionForChild(RenderBox* child, LayoutUnit logicalTop) argument
2104 logicalLeftOffsetForPositioningFloat(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit* heightRemaining) const argument
2112 logicalRightOffsetForPositioningFloat(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit* heightRemaining) const argument
2237 LayoutUnit logicalTop = logicalTopForFloat(floatingObject); local
2309 LayoutUnit logicalTop = logicalHeight(); local
2587 logicalLeftFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const argument
2595 logicalRightFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const argument
[all...]
H A DFloatingObjects.h155 LayoutUnit logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight);
156 LayoutUnit logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight);
158 LayoutUnit logicalLeftOffsetForPositioningFloat(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit* heightRemaining);
159 LayoutUnit logicalRightOffsetForPositioningFloat(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit* heightRemaining);
H A DRenderSearchField.cpp93 containerRenderer->setLogicalTop(containerRenderer->logicalTop() - (logicalHeightDiff / 2 + layoutMod(logicalHeightDiff, 2)));
H A DFloatingObjects.cpp373 LayoutUnit FloatingObjects::logicalLeftOffsetForPositioningFloat(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit *heightRemaining) argument
375 int logicalTopAsInt = roundToInt(logicalTop);
385 LayoutUnit FloatingObjects::logicalRightOffsetForPositioningFloat(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit *heightRemaining) argument
387 int logicalTopAsInt = roundToInt(logicalTop);
397 LayoutUnit FloatingObjects::logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight) argument
399 ComputeFloatOffsetForLineLayoutAdapter<FloatingObject::FloatLeft> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop + logicalHeight), fixedOffset);
405 LayoutUnit FloatingObjects::logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight) argument
407 ComputeFloatOffsetForLineLayoutAdapter<FloatingObject::FloatRight> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop
[all...]
H A DRenderLineBoxList.cpp148 bool RenderLineBoxList::rangeIntersectsRect(RenderBoxModelObject* renderer, LayoutUnit logicalTop, LayoutUnit logicalBottom, const LayoutRect& rect, const LayoutPoint& offset) const argument
155 LayoutUnit physicalStart = block->flipForWritingMode(logicalTop);
190 LayoutUnit logicalTop = min<LayoutUnit>(box->logicalTopVisualOverflow(root.lineTop()), root.selectionTop()); local
193 return rangeIntersectsRect(renderer, logicalTop, logicalBottom, paintInfo.rect, offset);
H A DRenderMultiColumnFlowThread.h133 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
H A DInlineFlowBox.cpp518 // baseline. This information is cached in the logicalTop() of every box. We're effectively just using
519 // the logicalTop() as scratch space.
581 ascent -= curr->logicalTop();
582 descent += curr->logicalTop();
614 adjustmentForChildrenWithSameLineHeightAndBaseline = logicalTop();
639 curr->setLogicalTop(curr->logicalTop() + top + posAdjust);
642 LayoutUnit newLogicalTop = curr->logicalTop();
680 LayoutUnit topRubyBaseLeading = rubyBase->logicalTop() + (rubyBase->firstRootBox() ? rubyBase->firstRootBox()->lineTop() : LayoutUnit());
754 setLogicalTop(lineBottom - (logicalTop() - lineTop) - logicalHeight());
763 curr->setLogicalTop(lineBottom - (curr->logicalTop()
1239 LayoutUnit logicalTop = isHorizontal() ? rect.y() : rect.x(); local
[all...]
H A DRootInlineBox.cpp665 affectsAscent = usedFontAscent - box->logicalTop() > 0;
667 affectsDescent = usedFontDescent + box->logicalTop() > 0;
681 affectsAscent = ascentWithLeading - box->logicalTop() > 0;
682 affectsDescent = descentWithLeading + box->logicalTop() > 0;
689 affectsAscent = fontAscent - box->logicalTop() > 0;
690 affectsDescent = fontDescent + box->logicalTop() > 0;
695 affectsAscent = glyphOverflow->top - box->logicalTop() > 0;
696 affectsDescent = glyphOverflow->bottom + box->logicalTop() > 0;
719 return box->parent()->logicalTop();
746 verticalPosition = box->parent()->logicalTop();
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineLayoutState.h83 void setEndLineLogicalTop(LayoutUnit logicalTop) { m_endLineLogicalTop = logicalTop; } argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGForeignObject.h55 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
H A DRenderSVGForeignObject.cpp107 void RenderSVGForeignObject::computeLogicalHeight(LayoutUnit, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const argument
113 computedValues.m_position = logicalTop;
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutBoxExtent.h57 LayoutUnit logicalTop(WritingMode) const;

Completed in 376 milliseconds

123