Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Dansi-print.cc279 unsigned int best_s = (unsigned int) -1; in block_best() local
286 if (s < best_s) { in block_best()
287 best_s = s; in block_best()
292 if (s < best_s) { in block_best()
293 best_s = s; in block_best()
298 if (best_s < *score) { in block_best()
302 *score = best_s; in block_best()
311 unsigned int best_s = (unsigned int) -1; in block_best() local
318 if (s < best_s) { in block_best()
319 best_s = s; in block_best()
[all …]