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

  /external/freetype/src/pshinter/
pshalgo.c 518 /* ensure that parent is already fitted */
742 /* ensure that parent is already fitted */
2234 FT_Fixed fitted; local
    [all...]
  /external/freetype/src/autofit/
aflatin2.c 557 FT_Pos fitted = ( scaled + 40 ) & ~63; local
560 if ( scaled != fitted )
562 scale = FT_MulDiv( scale, fitted, scaled );
564 " fitted = %.2g, scaling = %.4g\n",
565 scaled / 64.0, fitted / 64.0,
566 ( fitted * 1.0 ) / scaled ));
    [all...]
aflatin.c 573 FT_Pos fitted = ( scaled + 40 ) & ~63; local
576 if ( scaled != fitted )
581 if ( fitted < scaled )
587 scale = FT_MulDiv( scale, fitted, scaled );
    [all...]

Completed in 24 milliseconds