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

  /external/freetype/src/autofit/
afcjk.c 316 FT_Pos* blue_shoot; local
501 blue_shoot = &blue->shoot.org;
508 *blue_shoot = fills[num_fills / 2];
513 *blue_shoot = flats[num_flats / 2];
518 *blue_shoot = flats[num_flats / 2];
521 /* make sure blue_ref >= blue_shoot for top/right or */
523 if ( *blue_shoot != *blue_ref )
526 FT_Pos shoot = *blue_shoot;
534 *blue_shoot = ( shoot + ref ) / 2;
547 *blue_ref, *blue_shoot ));
    [all...]
aflatin2.c 216 FT_Pos* blue_shoot; local
373 blue_shoot = & blue->shoot.org;
380 *blue_shoot = rounds[num_rounds / 2];
385 *blue_shoot = flats[num_flats / 2];
390 *blue_shoot = rounds[num_rounds / 2];
396 if ( *blue_shoot != *blue_ref )
399 FT_Pos shoot = *blue_shoot;
406 *blue_shoot = ( shoot + ref ) / 2;
427 *blue_ref, *blue_shoot ));
    [all...]
aflatin.c 309 FT_Pos* blue_shoot; local
863 blue_shoot = &blue->shoot.org;
870 *blue_shoot = rounds[num_rounds / 2];
875 *blue_shoot = flats[num_flats / 2];
880 *blue_shoot = rounds[num_rounds / 2];
886 if ( *blue_shoot != *blue_ref )
889 FT_Pos shoot = *blue_shoot;
897 *blue_shoot = ( shoot + ref ) / 2;
925 *blue_ref, *blue_shoot ));
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afcjk.c 291 FT_Pos* blue_shoot; local
454 blue_shoot = &blue->shoot.org;
461 *blue_shoot = fills[num_fills / 2];
466 *blue_shoot = flats[num_flats / 2];
471 *blue_shoot = flats[num_flats / 2];
474 /* make sure blue_ref >= blue_shoot for top/right or */
476 if ( *blue_shoot != *blue_ref )
479 FT_Pos shoot = *blue_shoot;
487 *blue_shoot = ( shoot + ref ) / 2;
500 *blue_ref, *blue_shoot ));
    [all...]
aflatin2.c 211 FT_Pos* blue_shoot; local
368 blue_shoot = & blue->shoot.org;
375 *blue_shoot = rounds[num_rounds / 2];
380 *blue_shoot = flats[num_flats / 2];
385 *blue_shoot = rounds[num_rounds / 2];
391 if ( *blue_shoot != *blue_ref )
394 FT_Pos shoot = *blue_shoot;
401 *blue_shoot = ( shoot + ref ) / 2;
422 *blue_ref, *blue_shoot ));
    [all...]
aflatin.c 295 FT_Pos* blue_shoot; local
768 blue_shoot = &blue->shoot.org;
775 *blue_shoot = rounds[num_rounds / 2];
780 *blue_shoot = flats[num_flats / 2];
785 *blue_shoot = rounds[num_rounds / 2];
791 if ( *blue_shoot != *blue_ref )
794 FT_Pos shoot = *blue_shoot;
801 *blue_shoot = ( shoot + ref ) / 2;
827 *blue_ref, *blue_shoot ));
    [all...]

Completed in 51 milliseconds