Lines Matching defs:best
3764 fonts is best fitted for using the normal draw shape command API where you
6661 /* use "best" matched letter if multiple string letters match the pattern */
6718 /* update best letter in str which may be for a "next" letter or a rematch */
10702 struct nk_rp_node **prev, *node, *tail, **best = 0;
10719 best = prev;
10722 /* best-fit */
10728 best = prev;
10735 best_x = (best == 0) ? 0 : (*best)->x;
10737 /* if doing best-fit (BF), we also have to try aligning right edge to each node position */
10780 best = prev;
10787 fr.prev_link = best;
10795 /* find best position according to heuristic */
10801 /* 2. the best node doesn't fit (we don't always check this) */