HomeSort by relevance Sort by last modified time
    Searched full:best_last (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 225 FT_Int best_point, best_first, best_last; local
246 best_last = 0; /* ditto */
292 best_last = last;
317 prev = best_last;
327 if ( next < best_last )
    [all...]
aflatin2.c 220 FT_Int best_point, best_y, best_first, best_last; local
241 best_last = 0; /* ditto */
285 best_last = last;
307 prev = best_last;
320 if ( next > best_last )
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 221 FT_Int best_point, best_y, best_first, best_last; local
240 best_last = 0; /* ditto */
284 best_last = last;
307 prev = best_last;
323 if ( next > best_last )
    [all...]

Completed in 943 milliseconds