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

  /external/freetype/src/autofit/
aflatin.c 191 FT_Pos* blue_shoot; local
348 blue_shoot = & blue->shoot.org;
355 *blue_shoot = rounds[num_rounds / 2];
360 *blue_shoot = flats[num_flats / 2];
365 *blue_shoot = rounds[num_rounds / 2];
371 if ( *blue_shoot != *blue_ref )
374 FT_Pos shoot = *blue_shoot;
379 *blue_shoot = *blue_ref = ( shoot + ref ) / 2;
394 AF_LOG(( "-- ref = %ld, shoot = %ld\n", *blue_ref, *blue_shoot ));
    [all...]
aflatin2.c 197 FT_Pos* blue_shoot; local
353 blue_shoot = & blue->shoot.org;
360 *blue_shoot = rounds[num_rounds / 2];
365 *blue_shoot = flats[num_flats / 2];
370 *blue_shoot = rounds[num_rounds / 2];
376 if ( *blue_shoot != *blue_ref )
379 FT_Pos shoot = *blue_shoot;
384 *blue_shoot = *blue_ref = ( shoot + ref ) / 2;
399 AF_LOG(( "-- ref = %ld, shoot = %ld\n", *blue_ref, *blue_shoot ));
    [all...]

Completed in 420 milliseconds