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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInsideInfo.cpp 87 bool ShapeInsideInfo::adjustLogicalLineTop(float minSegmentWidth)
94 if (shape->firstIncludedIntervalLogicalTop(m_shapeLineTop, LayoutSize(minSegmentWidth, m_lineHeight), newLineTop)) {
ShapeInsideInfo.h 91 bool adjustLogicalLineTop(float minSegmentWidth);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 676 float minSegmentWidth = firstPositiveWidth(wordMeasurements);
680 if (availableLogicalWidth < minSegmentWidth)
684 shapeInsideInfo->adjustLogicalLineTop(minSegmentWidth + floatLogicalWidth);
    [all...]

Completed in 67 milliseconds