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 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 289 FT_Pos* blue_shoot; local
748 blue_shoot = &blue->shoot.org;
755 *blue_shoot = rounds[num_rounds / 2];
760 *blue_shoot = flats[num_flats / 2];
765 *blue_shoot = rounds[num_rounds / 2];
771 if ( *blue_shoot != *blue_ref )
774 FT_Pos shoot = *blue_shoot;
781 *blue_shoot = ( shoot + ref ) / 2;
804 *blue_ref, *blue_shoot ));
    [all...]

Completed in 49 milliseconds