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 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...]
  /external/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...]

Completed in 1442 milliseconds