Searched refs:widthScore (Results 1 – 1 of 1) sorted by relevance
367 float widthScore = 0.0f; in computeBreaks() local370 widthScore = SCORE_OVERFULL; in computeBreaks()375 widthScore = delta * delta; in computeBreaks()379 widthScore *= SHRINK_PENALTY_MULTIPLIER; in computeBreaks()381 widthScore = SCORE_OVERFULL; in computeBreaks()389 bestHope = widthScore; in computeBreaks()392 const float score = jScore + widthScore + additionalPenalty; in computeBreaks()