HomeSort by relevance Sort by last modified time
    Searched refs:best_first (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/autofit/
aflatin.c 225 FT_Int best_point, best_first, best_last; local
245 best_first = 0; /* ditto */
291 best_first = first;
314 if ( prev > best_first )
330 next = best_first;
    [all...]
aflatin2.c 220 FT_Int best_point, best_y, best_first, best_last; local
240 best_first = 0; /* ditto */
284 best_first = first;
306 if ( prev < best_first )
321 next = best_first;
    [all...]

Completed in 51 milliseconds