Home
last modified time | relevance | path

Searched refs:mBestScore (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/txt/src/minikin/
DLineBreaker.cpp94 mBestScore = SCORE_INFTY; in setText()
297 mBestScore = SCORE_INFTY; in pushGreedyBreak()
339 if (penalty <= mBestScore) { in addCandidate()
341 mBestScore = penalty; in addCandidate()
351 if (cand.penalty <= mBestScore) { in addCandidate()
353 mBestScore = cand.penalty; in addCandidate()
DLineBreaker.h245 float mBestScore; variable
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLineBreaker.cpp88 mBestScore = SCORE_INFTY; in setText()
299 mBestScore = SCORE_INFTY; in pushGreedyBreak()
345 if (penalty <= mBestScore) { in addCandidate()
347 mBestScore = penalty; in addCandidate()
357 if (cand.penalty <= mBestScore) { in addCandidate()
359 mBestScore = cand.penalty; in addCandidate()
DLineBreaker.h259 float mBestScore; variable