Searched refs:widthScore (Results 1 – 1 of 1) sorted by relevance
483 float widthScore = 0.0f; in computeBreaks() local486 widthScore = SCORE_OVERFULL; in computeBreaks()491 widthScore = delta * delta; in computeBreaks()495 widthScore *= SHRINK_PENALTY_MULTIPLIER; in computeBreaks()497 widthScore = SCORE_OVERFULL; in computeBreaks()505 bestHope = widthScore; in computeBreaks()508 const float score = jScore + widthScore + additionalPenalty; in computeBreaks()