Searched refs:fitted (Results 1 - 3 of 3) sorted by relevance

/external/freetype/src/pshinter/
H A Dpshalgo.c518 /* ensure that parent is already fitted */
742 /* ensure that parent is already fitted */
2064 /* if there are less than 2 fitted points in the contour, we */
2085 /* skip consecutive fitted points */
2098 /* find next fitted point after unfitted one */
2234 FT_Fixed fitted; local
2240 fitted = FT_PIX_ROUND( scaled );
2242 if ( fitted != 0 && scaled != fitted )
2246 y_scale = FT_MulDiv( y_scale, fitted, scale
[all...]
/external/freetype/src/autofit/
H A Daflatin2.c557 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 ));
H A Daflatin.c573 FT_Pos fitted = ( scaled + 40 ) & ~63; local
576 if ( scaled != fitted )
581 if ( fitted < scaled )
587 scale = FT_MulDiv( scale, fitted, scaled );

Completed in 86 milliseconds