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

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DBoxShape.cpp73 void BoxShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const argument
76 if (marginBounds.isEmpty() || !lineOverlapsShapeMarginBounds(logicalTop, logicalHeight))
79 float y1 = logicalTop;
80 float y2 = logicalTop + logicalHeight;
107 void BoxShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const argument
114 if (logicalTop < rect.y() || logicalTop + logicalHeight > rect.maxY())
H A DBoxShape.h49 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
50 virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
H A DRectangleShape.h54 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
55 virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
H A DShape.h72 virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const = 0;
73 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const = 0;
H A DRectangleShape.cpp76 void RectangleShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const argument
82 float y1 = logicalTop;
83 float y2 = logicalTop + logicalHeight;
111 void RectangleShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const argument
117 float y1 = logicalTop;
118 float y2 = logicalTop + logicalHeight;
H A DRasterShape.cpp283 void RasterShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const argument
290 intervals.getExcludedIntervals(logicalTop, logicalTop + logicalHeight, excludedIntervals);
294 void RasterShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& result) const argument
301 intervals.getIncludedIntervals(logicalTop, logicalTop + logicalHeight, includedIntervals);
H A DPolygonShape.h96 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
97 virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
H A DRasterShape.h100 virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
101 virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) const OVERRIDE;
/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 DRenderMultiColumnFlowThread.h44 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 DRenderMultiColumnFlowThread.cpp55 void RenderMultiColumnFlowThread::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const argument
59 computedValues.m_position = logicalTop;
H A DRenderLineBoxList.h72 bool rangeIntersectsRect(RenderBoxModelObject*, LayoutUnit logicalTop, LayoutUnit logicalBottom, const LayoutRect&, const LayoutPoint&) const;
H A DRenderBlockFlow.cpp341 if (block->lowestFloatLogicalBottom() + block->logicalTop() > newHeight)
367 setPageLogicalOffset(renderView->layoutState()->pageLogicalOffset(this, logicalTop()));
680 LayoutUnit logicalTopOffset = logicalTop();
686 logicalTopOffset -= toRenderBox(prev)->logicalTop();
717 LayoutUnit logicalTop = logicalTopForFloat(floatingObject); local
719 if (logicalTop != oldLogicalTop) {
720 changeLogicalTop = min(changeLogicalTop, min(logicalTop, oldLogicalTop));
721 changeLogicalBottom = max(changeLogicalBottom, max(logicalTop, oldLogicalTop));
987 LayoutUnit logicalTop = beforeCollapseLogicalTop; local
1020 logicalTop
1090 LayoutUnit logicalTop = logicalHeight(); local
1607 getClearDelta(RenderBox* child, LayoutUnit logicalTop) argument
1733 updateStaticInlinePositionForChild(RenderBox* child, LayoutUnit logicalTop) argument
1963 logicalLeftOffsetForPositioningFloat(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit* heightRemaining) const argument
1971 logicalRightOffsetForPositioningFloat(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit* heightRemaining) const argument
2098 LayoutUnit logicalTop = logicalTopForFloat(floatingObject); local
2170 LayoutUnit logicalTop = logicalHeight(); local
2443 logicalLeftFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const argument
2451 logicalRightFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const argument
[all...]
H A DFloatingObjects.h149 LayoutUnit logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight);
150 LayoutUnit logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight);
152 LayoutUnit logicalLeftOffsetForPositioningFloat(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit* heightRemaining);
153 LayoutUnit logicalRightOffsetForPositioningFloat(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit* heightRemaining);
H A DRenderSearchField.cpp93 containerRenderer->setLogicalTop(containerRenderer->logicalTop() - (logicalHeightDiff / 2 + layoutMod(logicalHeightDiff, 2)));
H A DFloatingObjects.cpp391 LayoutUnit FloatingObjects::logicalLeftOffsetForPositioningFloat(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit *heightRemaining) argument
393 int logicalTopAsInt = roundToInt(logicalTop);
403 LayoutUnit FloatingObjects::logicalRightOffsetForPositioningFloat(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit *heightRemaining) argument
405 int logicalTopAsInt = roundToInt(logicalTop);
415 LayoutUnit FloatingObjects::logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight) argument
417 ComputeFloatOffsetAdapter<FloatingObject::FloatLeft> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop + logicalHeight), fixedOffset);
423 LayoutUnit FloatingObjects::logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeight) argument
425 ComputeFloatOffsetAdapter<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);
183 LayoutUnit logicalTop = firstLineTop - outlineSize; local
186 return rangeIntersectsRect(renderer, logicalTop, logicalBottom, rect, offset);
192 LayoutUnit logicalTop = min<LayoutUnit>(box->logicalTopVisualOverflow(root->lineTop()), root->selectionTop()) - renderer->maximalOutlineSize(paintInfo.phase); local
195 return rangeIntersectsRect(renderer, logicalTop, logicalBottom, paintInfo.rect, offset);
H A DRenderBlockFlow.h88 void setLogicalTopForFloat(FloatingObject* floatingObject, LayoutUnit logicalTop) argument
91 floatingObject->setY(logicalTop);
93 floatingObject->setX(logicalTop);
120 void updateStaticInlinePositionForChild(RenderBox*, LayoutUnit logicalTop);
235 virtual LayoutUnit logicalRightFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const OVERRIDE;
236 virtual LayoutUnit logicalLeftFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, LayoutUnit logicalHeight) const OVERRIDE;
238 LayoutUnit logicalRightOffsetForPositioningFloat(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit* heightRemaining) const;
239 LayoutUnit logicalLeftOffsetForPositioningFloat(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextIndent, LayoutUnit* heightRemaining) const;
H A DRenderNamedFlowFragment.cpp88 bool hasSpecifiedEndpointsForHeight = styleToUse->logicalTop().isSpecified() && styleToUse->logicalBottom().isSpecified();
H A DInlineFlowBox.cpp515 // baseline. This information is cached in the logicalTop() of every box. We're effectively just using
516 // the logicalTop() as scratch space.
578 ascent -= curr->logicalTop();
579 descent += curr->logicalTop();
611 adjustmentForChildrenWithSameLineHeightAndBaseline = logicalTop();
636 curr->setLogicalTop(curr->logicalTop() + top + posAdjust);
639 LayoutUnit newLogicalTop = curr->logicalTop();
677 LayoutUnit topRubyBaseLeading = rubyBase->logicalTop() + (rubyBase->firstRootBox() ? rubyBase->firstRootBox()->lineTop() : LayoutUnit());
751 setLogicalTop(lineBottom - (logicalTop() - lineTop) - logicalHeight());
760 curr->setLogicalTop(lineBottom - (curr->logicalTop()
1212 LayoutUnit logicalTop = isHorizontal() ? rect.y() : rect.x(); local
[all...]
H A DRootInlineBox.cpp364 LayoutUnit firstTextTop = lineGridBlockOffset + lineGridBox->logicalTop();
368 LayoutUnit currentTextTop = blockOffset + logicalTop() + delta;
380 firstTextTop = pageLogicalTop + lineGridBox->logicalTop() - lineGrid->borderBefore() - lineGrid->paddingBefore() + lineGridPaginationOrigin;
782 affectsAscent = usedFontAscent - box->logicalTop() > 0;
784 affectsDescent = usedFontDescent + box->logicalTop() > 0;
798 affectsAscent = ascentWithLeading - box->logicalTop() > 0;
799 affectsDescent = descentWithLeading + box->logicalTop() > 0;
806 affectsAscent = fontAscent - box->logicalTop() > 0;
807 affectsDescent = fontDescent + box->logicalTop() > 0;
812 affectsAscent = glyphOverflow->top - box->logicalTop() >
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGForeignObject.h59 virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const OVERRIDE;
H A DRenderSVGForeignObject.cpp112 void RenderSVGForeignObject::computeLogicalHeight(LayoutUnit, LayoutUnit logicalTop, LogicalExtentComputedValues& computedValues) const argument
118 computedValues.m_position = logicalTop;
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DLayoutBoxExtent.h57 LayoutUnit logicalTop(WritingMode) const;

Completed in 210 milliseconds

123