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

  /external/freetype/src/autofit/
aflatin.c 519 FT_Int best_on_point_first, best_on_point_last; local
528 best_on_point_first = best_point;
533 best_on_point_first = -1;
561 best_on_point_first = prev;
585 if ( best_on_point_first < 0 )
586 best_on_point_first = next;
760 best_on_point_first = p_first;
792 if ( best_on_point_first >= 0 &&
795 points[best_on_point_first].x ) ) >
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
aflatin.c 454 FT_Int best_on_point_first, best_on_point_last; local
463 best_on_point_first = best_point;
468 best_on_point_first = -1;
496 best_on_point_first = prev;
520 if ( best_on_point_first < 0 )
521 best_on_point_first = next;
695 best_on_point_first = p_first;
721 if ( best_on_point_first >= 0 &&
724 points[best_on_point_first].x ) ) >
    [all...]

Completed in 77 milliseconds