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 308 FT_Pos* blue_shoot; local
453 blue_shoot = & blue->shoot.org;
459 *blue_shoot = fills[num_fills / 2];
464 *blue_shoot = flats[num_flats / 2];
469 *blue_shoot = flats[num_flats / 2];
472 /* make sure blue_ref >= blue_shoot for top/right or */
474 if ( *blue_shoot != *blue_ref )
477 FT_Pos shoot = *blue_shoot;
482 *blue_shoot = *blue_ref = ( shoot + ref ) / 2;
492 cjk_blue_name[bb], *blue_ref, *blue_shoot ));
    [all...]
aflatin.c 213 FT_Pos* blue_shoot; local
372 blue_shoot = & blue->shoot.org;
379 *blue_shoot = rounds[num_rounds / 2];
384 *blue_shoot = flats[num_flats / 2];
389 *blue_shoot = rounds[num_rounds / 2];
395 if ( *blue_shoot != *blue_ref )
398 FT_Pos shoot = *blue_shoot;
404 *blue_shoot = ( shoot + ref ) / 2;
419 FT_TRACE5(( "-- ref = %ld, shoot = %ld\n", *blue_ref, *blue_shoot ));
    [all...]
aflatin2.c 209 FT_Pos* blue_shoot; local
365 blue_shoot = & blue->shoot.org;
372 *blue_shoot = rounds[num_rounds / 2];
377 *blue_shoot = flats[num_flats / 2];
382 *blue_shoot = rounds[num_rounds / 2];
388 if ( *blue_shoot != *blue_ref )
391 FT_Pos shoot = *blue_shoot;
396 *blue_shoot = *blue_ref = ( shoot + ref ) / 2;
411 FT_TRACE5(( "-- ref = %ld, shoot = %ld\n", *blue_ref, *blue_shoot ));
    [all...]

Completed in 34 milliseconds