Home
last modified time | relevance | path

Searched refs:shapeLogicalBottom (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeInsideInfo.cpp90 if (!shape || m_lineHeight <= 0 || logicalLineTop() > shapeLogicalBottom()) in adjustLogicalLineTop()
111 if (!computedShape() || !floatSize.width() || shapeLogicalBottom() < logicalLineTop()) in computeFirstFitPositionForFloat()
DShapeInfo.cpp89 …getIntervals((lineTop - logicalTopOffset()), std::min(lineHeight, shapeLogicalBottom() - lineTop),… in computeSegmentsForLine()
DShapeInfo.h105 …LayoutUnit shapeLogicalBottom() const { return computedShapeLogicalBoundingBox().maxY() + logicalT… in shapeLogicalBottom() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockLineLayout.cpp1241 return shapeInsideInfo->shapeLogicalBottom(); in adjustLogicalLineTop()
1249 LayoutUnit shapeLogicalBottom = shapeInsideInfo->shapeLogicalBottom(); in pushShapeContentOverflowBelowTheContentBox() local
1255 if (lineTop < shapeLogicalBottom && shapeLogicalBottom < logicalLineBottom) in pushShapeContentOverflowBelowTheContentBox()
1257 …if (logicalLineBottom <= shapeLogicalBottom || !shapeContainingBlockHeight || isOverflowPositioned… in pushShapeContentOverflowBelowTheContentBox()
1311 …shapeBottomInFlowThread = shapeInsideInfo->shapeLogicalBottom() + currentRegion->logicalTopForFlow… in updateShapeAndSegmentsForCurrentLineInFlowThread()
DRenderBlockFlow.cpp2383 …tUnit shapeLogicalBottom = logicalTopForFloat(floatingObject) + marginBeforeForChild(floatingObjec… in nextFloatLogicalBottomBelow() local
2385 if (shapeLogicalBottom < floatLogicalBottom) in nextFloatLogicalBottomBelow()
2386 floatLogicalBottom = shapeLogicalBottom; in nextFloatLogicalBottomBelow()