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

  /external/chromium_org/third_party/freetype/src/autofit/
aflatin.c 331 FT_Int best_on_point_first, best_on_point_last; local
338 best_on_point_last = best_point;
343 best_on_point_last = -1;
368 if ( best_on_point_last < 0 )
369 best_on_point_last = prev;
388 best_on_point_last = next;
398 best_on_point_last >= 0 &&
399 (FT_UInt)( FT_ABS( points[best_on_point_last].x -
    [all...]
  /external/freetype/src/autofit/
aflatin.c 433 FT_Int best_on_point_first, best_on_point_last; local
443 best_on_point_last = best_point;
448 best_on_point_last = -1;
476 if ( best_on_point_last < 0 )
477 best_on_point_last = prev;
498 best_on_point_last = next;
675 best_on_point_last = p_last;
701 best_on_point_last >= 0 &&
702 (FT_UInt)( FT_ABS( points[best_on_point_last].x -
    [all...]

Completed in 309 milliseconds