/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
D | BoxShape.cpp | 73 void BoxShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& r… in getExcludedIntervals() argument 76 if (marginBounds.isEmpty() || !lineOverlapsShapeMarginBounds(logicalTop, logicalHeight)) in getExcludedIntervals() 79 float y1 = logicalTop; in getExcludedIntervals() 80 float y2 = logicalTop + logicalHeight; in getExcludedIntervals() 107 void BoxShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList& r… in getIncludedIntervals() argument 114 if (logicalTop < rect.y() || logicalTop + logicalHeight > rect.maxY()) in getIncludedIntervals()
|
D | RectangleShape.cpp | 76 void RectangleShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentL… in getExcludedIntervals() argument 82 float y1 = logicalTop; in getExcludedIntervals() 83 float y2 = logicalTop + logicalHeight; in getExcludedIntervals() 111 void RectangleShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentL… in getIncludedIntervals() argument 117 float y1 = logicalTop; in getIncludedIntervals() 118 float y2 = logicalTop + logicalHeight; in getIncludedIntervals()
|
D | BoxShape.h | 49 …virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) c… 50 …virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) c…
|
D | RasterShape.cpp | 283 void RasterShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList… in getExcludedIntervals() argument 290 intervals.getExcludedIntervals(logicalTop, logicalTop + logicalHeight, excludedIntervals); in getExcludedIntervals() 294 void RasterShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList… in getIncludedIntervals() argument 301 intervals.getIncludedIntervals(logicalTop, logicalTop + logicalHeight, includedIntervals); in getIncludedIntervals()
|
D | RectangleShape.h | 54 …virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) c… 55 …virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) c…
|
D | Shape.h | 72 …virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) c… 73 …virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) c…
|
D | PolygonShape.h | 96 …virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) c… 97 …virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) c…
|
D | RasterShape.h | 100 …virtual void getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) c… 101 …virtual void getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentList&) c…
|
D | PolygonShape.cpp | 366 void PolygonShape::getExcludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentLis… in getExcludedIntervals() argument 372 float y1 = logicalTop; in getExcludedIntervals() 373 float y2 = logicalTop + logicalHeight; in getExcludedIntervals() 394 void PolygonShape::getIncludedIntervals(LayoutUnit logicalTop, LayoutUnit logicalHeight, SegmentLis… in getIncludedIntervals() argument 400 float y1 = logicalTop; in getIncludedIntervals() 401 float y2 = logicalTop + logicalHeight; in getIncludedIntervals()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBlockFlow.cpp | 341 if (block->lowestFloatLogicalBottom() + block->logicalTop() > newHeight) in layoutBlock() 367 setPageLogicalOffset(renderView->layoutState()->pageLogicalOffset(this, logicalTop())); in layoutBlock() 680 LayoutUnit logicalTopOffset = logicalTop(); in rebuildFloatsFromIntruding() 686 logicalTopOffset -= toRenderBox(prev)->logicalTop(); in rebuildFloatsFromIntruding() 717 LayoutUnit logicalTop = logicalTopForFloat(floatingObject); in rebuildFloatsFromIntruding() local 719 if (logicalTop != oldLogicalTop) { in rebuildFloatsFromIntruding() 720 … changeLogicalTop = min(changeLogicalTop, min(logicalTop, oldLogicalTop)); in rebuildFloatsFromIntruding() 721 … changeLogicalBottom = max(changeLogicalBottom, max(logicalTop, oldLogicalTop)); in rebuildFloatsFromIntruding() 987 LayoutUnit logicalTop = beforeCollapseLogicalTop; in collapseMargins() local 1020 logicalTop = logicalHeight() + collapsedBeforePos - collapsedBeforeNeg; in collapseMargins() [all …]
|
D | FloatingObjects.cpp | 391 …ogicalLeftOffsetForPositioningFloat(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit *hei… in logicalLeftOffsetForPositioningFloat() argument 393 int logicalTopAsInt = roundToInt(logicalTop); in logicalLeftOffsetForPositioningFloat() 403 …gicalRightOffsetForPositioningFloat(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit *hei… in logicalRightOffsetForPositioningFloat() argument 405 int logicalTopAsInt = roundToInt(logicalTop); in logicalRightOffsetForPositioningFloat() 415 LayoutUnit FloatingObjects::logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, Layout… in logicalLeftOffset() argument 417 …<FloatingObject::FloatLeft> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop + lo… in logicalLeftOffset() 423 LayoutUnit FloatingObjects::logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, Layou… in logicalRightOffset() argument 425 …FloatingObject::FloatRight> adapter(m_renderer, roundToInt(logicalTop), roundToInt(logicalTop + lo… in logicalRightOffset()
|
D | InlineFlowBox.cpp | 578 ascent -= curr->logicalTop(); in computeLogicalBoxHeights() 579 descent += curr->logicalTop(); in computeLogicalBoxHeights() 611 adjustmentForChildrenWithSameLineHeightAndBaseline = logicalTop(); in placeBoxesInBlockDirection() 636 curr->setLogicalTop(curr->logicalTop() + top + posAdjust); in placeBoxesInBlockDirection() 639 LayoutUnit newLogicalTop = curr->logicalTop(); in placeBoxesInBlockDirection() 677 …LayoutUnit topRubyBaseLeading = rubyBase->logicalTop() + (rubyBase->firstRootBox() ? rubyBase->fir… in placeBoxesInBlockDirection() 751 setLogicalTop(lineBottom - (logicalTop() - lineTop) - logicalHeight()); in flipLinesInBlockDirection() 760 … curr->setLogicalTop(lineBottom - (curr->logicalTop() - lineTop) - curr->logicalHeight()); in flipLinesInBlockDirection() 809 LayoutUnit borderOutsetLogicalTop = borderOutsets.logicalTop(style->writingMode()); in addBorderOutsetVisualOverflow() 901 childLogicalVisualOverflow.move(inlineBox->logicalLeft(), inlineBox->logicalTop()); in addReplacedChildOverflow() [all …]
|
D | RenderLineBoxList.cpp | 148 bool RenderLineBoxList::rangeIntersectsRect(RenderBoxModelObject* renderer, LayoutUnit logicalTop, … in rangeIntersectsRect() argument 155 LayoutUnit physicalStart = block->flipForWritingMode(logicalTop); in rangeIntersectsRect() 183 LayoutUnit logicalTop = firstLineTop - outlineSize; in anyLineIntersectsRect() local 186 return rangeIntersectsRect(renderer, logicalTop, logicalBottom, rect, offset); in anyLineIntersectsRect() 192 …LayoutUnit logicalTop = min<LayoutUnit>(box->logicalTopVisualOverflow(root->lineTop()), root->sele… in lineIntersectsDirtyRect() local 195 return rangeIntersectsRect(renderer, logicalTop, logicalBottom, paintInfo.rect, offset); in lineIntersectsDirtyRect()
|
D | FloatingObjects.h | 149 …LayoutUnit logicalLeftOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHeig… 150 …LayoutUnit logicalRightOffset(LayoutUnit fixedOffset, LayoutUnit logicalTop, LayoutUnit logicalHei… 152 …LayoutUnit logicalLeftOffsetForPositioningFloat(LayoutUnit fixedOffset, LayoutUnit logicalTop, Lay… 153 …LayoutUnit logicalRightOffsetForPositioningFloat(LayoutUnit fixedOffset, LayoutUnit logicalTop, La…
|
D | RenderMeter.cpp | 62 void RenderMeter::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExte… in computeLogicalHeight() argument 64 RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues); in computeLogicalHeight()
|
D | RenderMultiColumnFlowThread.cpp | 55 …nFlowThread::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentCo… in computeLogicalHeight() argument 59 computedValues.m_position = logicalTop; in computeLogicalHeight()
|
D | RenderBlockFlow.h | 88 void setLogicalTopForFloat(FloatingObject* floatingObject, LayoutUnit logicalTop) in setLogicalTopForFloat() argument 91 floatingObject->setY(logicalTop); in setLogicalTopForFloat() 93 floatingObject->setX(logicalTop); in setLogicalTopForFloat() 120 void updateStaticInlinePositionForChild(RenderBox*, LayoutUnit logicalTop); 235 …virtual LayoutUnit logicalRightFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, L… 236 …virtual LayoutUnit logicalLeftFloatOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, La… 238 …LayoutUnit logicalRightOffsetForPositioningFloat(LayoutUnit logicalTop, LayoutUnit fixedOffset, bo… 239 …LayoutUnit logicalLeftOffsetForPositioningFloat(LayoutUnit logicalTop, LayoutUnit fixedOffset, boo…
|
D | RootInlineBox.cpp | 364 LayoutUnit firstTextTop = lineGridBlockOffset + lineGridBox->logicalTop(); in lineSnapAdjustment() 368 LayoutUnit currentTextTop = blockOffset + logicalTop() + delta; in lineSnapAdjustment() 380 …firstTextTop = pageLogicalTop + lineGridBox->logicalTop() - lineGrid->borderBefore() - lineGrid->p… in lineSnapAdjustment() 782 affectsAscent = usedFontAscent - box->logicalTop() > 0; in ascentAndDescentForBox() 784 affectsDescent = usedFontDescent + box->logicalTop() > 0; in ascentAndDescentForBox() 798 affectsAscent = ascentWithLeading - box->logicalTop() > 0; in ascentAndDescentForBox() 799 affectsDescent = descentWithLeading + box->logicalTop() > 0; in ascentAndDescentForBox() 806 affectsAscent = fontAscent - box->logicalTop() > 0; in ascentAndDescentForBox() 807 affectsDescent = fontDescent + box->logicalTop() > 0; in ascentAndDescentForBox() 812 affectsAscent = glyphOverflow->top - box->logicalTop() > 0; in ascentAndDescentForBox() [all …]
|
D | RenderInline.cpp | 564 …int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())-… in generateCulledLineBoxRects() local 567 …ld(FloatRect(currBox->inlineBoxWrapper()->x() - currBox->marginLeft(), logicalTop, currBox->width(… in generateCulledLineBoxRects() 569 …yield(FloatRect(logicalTop, currBox->inlineBoxWrapper()->y() - currBox->marginTop(), logicalHeight… in generateCulledLineBoxRects() 579 …int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())-… in generateCulledLineBoxRects() local 583 logicalTop, in generateCulledLineBoxRects() 587 yield(FloatRect(logicalTop, in generateCulledLineBoxRects() 597 …int logicalTop = rootBox->logicalTop() + (rootBox->renderer()->style(rootBox->isFirstLineStyle())-… in generateCulledLineBoxRects() local 600 … yield(FloatRect(childText->x(), logicalTop, childText->logicalWidth(), logicalHeight)); in generateCulledLineBoxRects() 602 … yield(FloatRect(logicalTop, childText->y(), logicalHeight, childText->logicalWidth())); in generateCulledLineBoxRects() 990 LayoutUnit logicalTop = firstLineBox()->logicalTopVisualOverflow(firstRootBox->lineTop()); in linesVisualOverflowBoundingBox() local [all …]
|
D | RenderBlock.h | 234 …RenderObject* selObj, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, con… 236 …RenderObject* selObj, LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, co… 303 …void setLogicalTopForChild(RenderBox* child, LayoutUnit logicalTop, ApplyLayoutDeltaMode = DoNotAp… 413 …LayoutUnit logicalRightOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyText… 415 …return adjustLogicalRightOffsetForLine(logicalRightFloatOffsetForLine(logicalTop, fixedOffset, log… 417 …LayoutUnit logicalLeftOffsetForLine(LayoutUnit logicalTop, LayoutUnit fixedOffset, bool applyTextI… 419 …return adjustLogicalLeftOffsetForLine(logicalLeftFloatOffsetForLine(logicalTop, fixedOffset, logic… 594 …void markLinesDirtyInBlockRange(LayoutUnit logicalTop, LayoutUnit logicalBottom, RootInlineBox* hi…
|
D | RenderMeter.h | 41 …virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentCo…
|
D | RenderMultiColumnFlowThread.h | 44 …virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentCo…
|
D | RenderBlock.cpp | 1437 LayoutUnit oldTop = logicalTop(); in updateRegionsAndShapesLogicalSize() 1687 void RenderBlock::setLogicalTopForChild(RenderBox* child, LayoutUnit logicalTop, ApplyLayoutDeltaMo… in setLogicalTopForChild() argument 1691 view()->addLayoutDelta(LayoutSize(0, child->y() - logicalTop)); in setLogicalTopForChild() 1692 child->setY(logicalTop); in setLogicalTopForChild() 1695 view()->addLayoutDelta(LayoutSize(child->x() - logicalTop, 0)); in setLogicalTopForChild() 1696 child->setX(logicalTop); in setLogicalTopForChild() 1814 LayoutUnit oldTop = box->logicalTop(); in markFixedPositionObjectForLayoutIfNeeded() 1816 if (box->logicalTop() != oldTop) in markFixedPositionObjectForLayoutIfNeeded() 1921 …>pageLogicalHeight() && view()->layoutState()->pageLogicalOffset(this, logicalTop()) != pageLogica… in markForPaginationRelayoutIfNeeded() 2557 curr->logicalTop(), paintInfo)); in blockSelectionGaps() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
D | SliderThumbElement.cpp | 110 …virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentCo… 116 void RenderSliderContainer::computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, L… in computeLogicalHeight() argument 134 RenderBox::computeLogicalHeight(trackHeight, logicalTop, computedValues); in computeLogicalHeight() 139 RenderBox::computeLogicalHeight(logicalHeight, logicalTop, computedValues); in computeLogicalHeight()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGForeignObject.cpp | 112 void RenderSVGForeignObject::computeLogicalHeight(LayoutUnit, LayoutUnit logicalTop, LogicalExtentC… in computeLogicalHeight() argument 118 computedValues.m_position = logicalTop; in computeLogicalHeight()
|