HomeSort by relevance Sort by last modified time
    Searched defs:computeSegmentsForLine (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInfo.cpp 55 bool ShapeInfo<RenderType, shapeGetter, intervalGetter>::computeSegmentsForLine(LayoutUnit lineTop, LayoutUnit lineHeight)
ShapeOutsideInfo.cpp 45 return computeSegmentsForLine(lineTopInShapeCoordinates, lineHeight);
48 bool ShapeOutsideInfo::computeSegmentsForLine(LayoutUnit lineTop, LayoutUnit lineHeight)
51 if (ShapeInfo<RenderBox, &RenderStyle::shapeOutside, &Shape::getExcludedIntervals>::computeSegmentsForLine(lineTop, lineHeight)) {

Completed in 35 milliseconds