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

  /external/freetype/src/autofit/
aflatin.c 168 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS]; local
325 flats[num_flats++] = best_y;
340 /* we have computed the contents of the `rounds' and `flats' tables, */
344 af_sort_pos( num_flats, flats );
360 *blue_shoot = flats[num_flats / 2];
364 *blue_ref = flats[num_flats / 2];
    [all...]
aflatin2.c 174 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS]; local
330 flats[num_flats++] = best_y;
345 /* we have computed the contents of the `rounds' and `flats' tables, */
349 af_sort_pos( num_flats, flats );
365 *blue_shoot = flats[num_flats / 2];
369 *blue_ref = flats[num_flats / 2];
    [all...]

Completed in 27 milliseconds