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

  /external/freetype/src/autofit/
afcjk.c 282 FT_Pos flats[AF_BLUE_STRING_MAX_LEN]; local
479 flats[num_flats++] = best_pos;
493 /* we have computed the contents of the `fill' and `flats' tables, */
497 af_sort_pos( num_flats, flats );
513 *blue_shoot = flats[num_flats / 2];
518 *blue_shoot = flats[num_flats / 2];
    [all...]
aflatin2.c 193 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS]; local
352 flats[num_flats++] = best_y;
365 /* we have computed the contents of the `rounds' and `flats' tables, */
369 af_sort_pos( num_flats, flats );
385 *blue_shoot = flats[num_flats / 2];
389 *blue_ref = flats[num_flats / 2];
    [all...]
aflatin.c 275 FT_Pos flats [AF_BLUE_STRING_MAX_LEN]; local
840 flats[num_flats++] = best_y_extremum;
855 /* we have computed the contents of the `rounds' and `flats' tables, */
859 af_sort_pos( num_flats, flats );
875 *blue_shoot = flats[num_flats / 2];
879 *blue_ref = flats [num_flats / 2];
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afcjk.c 261 FT_Pos flats[AF_BLUE_STRING_MAX_LEN]; local
433 flats[num_flats++] = best_pos;
446 /* we have computed the contents of the `fill' and `flats' tables, */
450 af_sort_pos( num_flats, flats );
466 *blue_shoot = flats[num_flats / 2];
471 *blue_shoot = flats[num_flats / 2];
    [all...]
aflatin2.c 188 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS]; local
347 flats[num_flats++] = best_y;
360 /* we have computed the contents of the `rounds' and `flats' tables, */
364 af_sort_pos( num_flats, flats );
380 *blue_shoot = flats[num_flats / 2];
384 *blue_ref = flats[num_flats / 2];
    [all...]
aflatin.c 265 FT_Pos flats [AF_BLUE_STRING_MAX_LEN]; local
747 flats[num_flats++] = best_y;
760 /* we have computed the contents of the `rounds' and `flats' tables, */
764 af_sort_pos( num_flats, flats );
780 *blue_shoot = flats[num_flats / 2];
784 *blue_ref = flats [num_flats / 2];
    [all...]

Completed in 60 milliseconds