Home | History | Annotate | Download | only in autofit

Lines Matching refs:blue_shoot

291       FT_Pos*      blue_shoot;
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 ));