HomeSort by relevance Sort by last modified time
    Searched refs:blue_shoot (Results 1 - 3 of 3) 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 219 FT_Pos* blue_shoot; local
376 blue_shoot = & blue->shoot.org;
383 *blue_shoot = rounds[num_rounds / 2];
388 *blue_shoot = flats[num_flats / 2];
393 *blue_shoot = rounds[num_rounds / 2];
399 if ( *blue_shoot != *blue_ref )
402 FT_Pos shoot = *blue_shoot;
409 *blue_shoot = ( shoot + ref ) / 2;
430 *blue_ref, *blue_shoot ));
    [all...]
aflatin.c 348 FT_Pos* blue_shoot; local
902 blue_shoot = &blue->shoot.org;
909 *blue_shoot = rounds[num_rounds / 2];
914 *blue_shoot = flats[num_flats / 2];
919 *blue_shoot = rounds[num_rounds / 2];
925 if ( *blue_shoot != *blue_ref )
928 FT_Pos shoot = *blue_shoot;
936 *blue_shoot = ( shoot + ref ) / 2;
964 *blue_ref, *blue_shoot ));
    [all...]

Completed in 115 milliseconds