Home | History | Annotate | Download | only in pshinter

Lines Matching refs:fitted

515             /* ensure that parent is already fitted */
739 /* ensure that parent is already fitted */
1955 /* if there are less than 2 fitted points in the contour, we */
1974 /* skip consecutive fitted points */
1987 /* find next fitted point after unfitted one */
2123 FT_Fixed fitted;
2129 fitted = FT_PIX_ROUND( scaled );
2131 if ( fitted != 0 && scaled != fitted )
2135 y_scale = FT_MulDiv( y_scale, fitted, scaled );
2137 if ( fitted < scaled )