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

/external/chromium_org/third_party/freetype/src/autofit/
H A Daflatin2.c567 FT_Pos fitted; local
584 fitted = ( scaled + threshold ) & ~63;
587 if ( scaled != fitted )
589 scale = FT_MulDiv( scale, fitted, scaled );
591 " fitted = %.2g, scaling = %.4g\n",
592 scaled / 64.0, fitted / 64.0,
593 ( fitted * 1.0 ) / scaled ));
H A Daflatin.c623 FT_Pos fitted; local
640 fitted = ( scaled + threshold ) & ~63;
642 if ( scaled != fitted )
647 if ( fitted < scaled )
653 scale = FT_MulDiv( scale, fitted, scaled );
/external/chromium_org/third_party/freetype/src/pshinter/
H A Dpshalgo.c517 /* ensure that parent is already fitted */
741 /* ensure that parent is already fitted */
2063 /* if there are less than 2 fitted points in the contour, we */
2084 /* skip consecutive fitted points */
2097 /* find next fitted point after unfitted one */
2233 FT_Fixed fitted; local
2239 fitted = FT_PIX_ROUND( scaled );
2241 if ( fitted != 0 && scaled != fitted )
2245 y_scale = FT_MulDiv( y_scale, fitted, scale
[all...]
/external/freetype/src/autofit/
H A Daflatin2.c567 FT_Pos fitted; local
584 fitted = ( scaled + threshold ) & ~63;
587 if ( scaled != fitted )
589 scale = FT_MulDiv( scale, fitted, scaled );
591 " fitted = %.2g, scaling = %.4g\n",
592 scaled / 64.0, fitted / 64.0,
593 ( fitted * 1.0 ) / scaled ));
H A Daflatin.c623 FT_Pos fitted; local
640 fitted = ( scaled + threshold ) & ~63;
642 if ( scaled != fitted )
647 if ( fitted < scaled )
653 scale = FT_MulDiv( scale, fitted, scaled );
/external/freetype/src/pshinter/
H A Dpshalgo.c517 /* ensure that parent is already fitted */
741 /* ensure that parent is already fitted */
2063 /* if there are less than 2 fitted points in the contour, we */
2084 /* skip consecutive fitted points */
2097 /* find next fitted point after unfitted one */
2233 FT_Fixed fitted; local
2239 fitted = FT_PIX_ROUND( scaled );
2241 if ( fitted != 0 && scaled != fitted )
2245 y_scale = FT_MulDiv( y_scale, fitted, scale
[all...]

Completed in 651 milliseconds