Lines Matching refs:lines
262 // We normally break lines by words.
364 // 1) fill lines
447 // need to have at least two lines for algo to do anything useful
556 // we have exceeded target number of lines, add some penalty
944 if (parent->lines().empty()) {
983 parent->lines().back().setMaxRunMetrics(maxRunMetrics);
986 if (parent->lines().empty()) {
989 // Correct line metric styles for the first and for the last lines if needed
991 parent->lines().front().setAscentStyle(LineMetricStyle::Typographic);
994 parent->lines().back().setDescentStyle(LineMetricStyle::Typographic);
1118 // We normally break lines by words.
1362 if (parent->lines().empty()) {
1396 parent->lines().back().setMaxRunMetrics(maxRunMetrics);
1398 if (parent->lines().empty()) {
1401 // Correct line metric styles for the first and for the last lines if needed
1403 parent->lines().front().setAscentStyle(LineMetricStyle::Typographic);
1406 parent->lines().back().setDescentStyle(LineMetricStyle::Typographic);