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

  /external/chromium_org/third_party/freetype/src/autofit/
afcjk.c 275 FT_Pos flats[AF_CJK_MAX_TEST_CHARACTERS]; local
429 flats[num_flats++] = best_pos;
443 /* we have computed the contents of the `fill' and `flats' tables, */
446 af_sort_pos( num_flats, flats );
466 *blue_ref = flats[num_flats / 2];
467 *blue_shoot = flats[num_flats / 2];
472 *blue_shoot = flats[num_flats / 2];
    [all...]
aflatin.c 219 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS]; local
414 flats[num_flats++] = best_y;
427 /* we have computed the contents of the `rounds' and `flats' tables, */
431 af_sort_pos( num_flats, flats );
447 *blue_shoot = flats[num_flats / 2];
451 *blue_ref = flats[num_flats / 2];
    [all...]
aflatin2.c 187 FT_Pos flats [AF_LATIN_MAX_TEST_CHARACTERS]; local
346 flats[num_flats++] = best_y;
359 /* we have computed the contents of the `rounds' and `flats' tables, */
363 af_sort_pos( num_flats, flats );
379 *blue_shoot = flats[num_flats / 2];
383 *blue_ref = flats[num_flats / 2];
    [all...]
  /external/freetype/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 261 FT_Pos flats [AF_BLUE_STRING_MAX_LEN]; local
726 flats[num_flats++] = best_y;
739 /* we have computed the contents of the `rounds' and `flats' tables, */
743 af_sort_pos( num_flats, flats );
759 *blue_shoot = flats[num_flats / 2];
763 *blue_ref = flats [num_flats / 2];
    [all...]

Completed in 92 milliseconds