Searched refs:widthScore (Results 1 – 1 of 1) sorted by relevance
380 float widthScore = 0.0f; in computeBreaks() local383 widthScore = SCORE_OVERFULL; in computeBreaks()388 widthScore = delta * delta; in computeBreaks()392 widthScore *= SHRINK_PENALTY_MULTIPLIER; in computeBreaks()394 widthScore = SCORE_OVERFULL; in computeBreaks()402 bestHope = widthScore; in computeBreaks()405 const float score = jScore + widthScore + additionalPenalty; in computeBreaks()