Searched refs:minSegmentWidth (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeInsideInfo.cpp87 bool ShapeInsideInfo::adjustLogicalLineTop(float minSegmentWidth) argument
94 if (shape->firstIncludedIntervalLogicalTop(m_shapeLineTop, LayoutSize(minSegmentWidth, m_lineHeight), newLineTop)) {
H A DShapeInsideInfo.h91 bool adjustLogicalLineTop(float minSegmentWidth);
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h676 float minSegmentWidth = firstPositiveWidth(wordMeasurements); local
680 if (availableLogicalWidth < minSegmentWidth)
684 shapeInsideInfo->adjustLogicalLineTop(minSegmentWidth + floatLogicalWidth);

Completed in 43 milliseconds