Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Dansi-print.cc282 unsigned int best_s = (unsigned int) -1; in block_best() local
289 if (s < best_s) { in block_best()
290 best_s = s; in block_best()
295 if (s < best_s) { in block_best()
296 best_s = s; in block_best()
301 if (best_s < score) { in block_best()
305 score = best_s; in block_best()
314 unsigned int best_s = (unsigned int) -1; in block_best() local
321 if (s < best_s) { in block_best()
322 best_s = s; in block_best()
[all …]