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

  /external/freetype/src/autofit/
aflatin2.c 227 FT_Int best_point, best_y, best_first, best_last; local
245 best_first = 0; /* ditto */
289 best_first = first;
312 if ( prev < best_first )
330 next = best_first;
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin2.c 222 FT_Int best_point, best_y, best_first, best_last; local
240 best_first = 0; /* ditto */
284 best_first = first;
307 if ( prev < best_first )
325 next = best_first;
    [all...]

Completed in 111 milliseconds