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

  /external/freetype/src/autofit/
aflatin.c 190 FT_Pos* blue_ref; local
347 blue_ref = & blue->ref.org;
354 *blue_ref =
359 *blue_ref =
364 *blue_ref = flats[num_flats / 2];
371 if ( *blue_shoot != *blue_ref )
373 FT_Pos ref = *blue_ref;
379 *blue_shoot = *blue_ref = ( shoot + ref ) / 2;
394 AF_LOG(( "-- ref = %ld, shoot = %ld\n", *blue_ref, *blue_shoot ));
    [all...]
aflatin2.c 196 FT_Pos* blue_ref; local
352 blue_ref = & blue->ref.org;
359 *blue_ref =
364 *blue_ref =
369 *blue_ref = flats[num_flats / 2];
376 if ( *blue_shoot != *blue_ref )
378 FT_Pos ref = *blue_ref;
384 *blue_shoot = *blue_ref = ( shoot + ref ) / 2;
399 AF_LOG(( "-- ref = %ld, shoot = %ld\n", *blue_ref, *blue_shoot ));
    [all...]

Completed in 25 milliseconds