Home | History | Annotate | Download | only in autofit

Lines Matching refs:fitted

1167         FT_Pos   fitted;
1184 fitted = ( scaled + threshold ) & ~63;
1186 if ( scaled != fitted )
1191 if ( fitted < scaled )
1203 new_scale = FT_MulDiv( scale, fitted, scaled );
1228 ( fitted - scaled ) * 100 / scaled ));