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

/frameworks/minikin/libs/minikin/
H A DLineBreaker.cpp128 float hyphenPenalty = 0.0; local
134 hyphenPenalty = 0.5 * paint->size * paint->scaleX * mLineWidths.getLineWidth(0);
136 hyphenPenalty *= 4.0; // TODO: Replace with a better value after some testing
139 mLinePenalty = std::max(mLinePenalty, hyphenPenalty * LINE_PENALTY_MULTIPLIER);
202 addWordBreak(j, hyphPreBreak, hyphPostBreak, hyphenPenalty, hyph);
211 float penalty = hyphenPenalty * mWordBreaker.breakBadness();

Completed in 216 milliseconds