HomeSort by relevance Sort by last modified time
    Searched refs:computedShape (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.h 54 return computedShape()->lineOverlapsShapeMarginBounds(m_shapeLineTop, m_lineHeight);
58 virtual LayoutRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape()->shapeMarginLogicalBoundingBox(); }
62 return computedShape()->getExcludedIntervals(lineTop, lineHeight, segments);
ShapeInsideInfo.cpp 89 const Shape* shape = computedShape();
111 if (!computedShape() || !floatSize.width() || shapeLogicalBottom() < logicalLineTop())
115 if (computedShape()->firstIncludedIntervalLogicalTop(m_shapeLineTop, floatSize, firstFitPosition) && (m_shapeLineTop <= firstFitPosition))
ShapeInsideInfo.h 99 return computedShape()->lineOverlapsShapePaddingBounds(m_shapeLineTop, m_lineHeight);
103 virtual LayoutRect computedShapeLogicalBoundingBox() const OVERRIDE { return computedShape()->shapePaddingLogicalBoundingBox(); }
107 return computedShape()->getIncludedIntervals(lineTop, lineHeight, segments);
ShapeInfo.cpp 50 const Shape* ShapeInfo<RenderType>::computedShape() const
ShapeInfo.h 126 const Shape* computedShape() const;

Completed in 578 milliseconds