Home | History | Annotate | Download | only in autofit

Lines Matching refs:blue_shoot

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