HomeSort by relevance Sort by last modified time
    Searched refs:flats (Results 1 - 3 of 3) 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 314 FT_Pos flats [AF_BLUE_STRING_MAX_LEN]; local
879 flats[num_flats++] = best_y_extremum;
894 /* we have computed the contents of the `rounds' and `flats' tables, */
898 af_sort_pos( num_flats, flats );
914 *blue_shoot = flats[num_flats / 2];
918 *blue_ref = flats [num_flats / 2];
    [all...]

Completed in 75 milliseconds