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 272 FT_Pos flats[AF_CJK_MAX_TEST_CHARACTERS]; local
426 flats[num_flats++] = best_pos;
440 /* we have computed the contents of the `fill' and `flats' tables, */
443 af_sort_pos( num_flats, flats );
463 *blue_ref = flats[num_flats / 2];
464 *blue_shoot = flats[num_flats / 2];
469 *blue_shoot = flats[num_flats / 2];
    [all...]
aflatin.c 190 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS]; local
349 flats[num_flats++] = best_y;
364 /* we have computed the contents of the `rounds' and `flats' tables, */
368 af_sort_pos( num_flats, flats );
384 *blue_shoot = flats[num_flats / 2];
388 *blue_ref = flats[num_flats / 2];
    [all...]
aflatin2.c 186 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS]; local
342 flats[num_flats++] = best_y;
357 /* we have computed the contents of the `rounds' and `flats' tables, */
361 af_sort_pos( num_flats, flats );
377 *blue_shoot = flats[num_flats / 2];
381 *blue_ref = flats[num_flats / 2];
    [all...]

Completed in 163 milliseconds