Home | History | Annotate | Download | only in pshinter

Lines Matching refs:fitted

518             /* ensure that parent is already fitted */
742 /* ensure that parent is already fitted */
2066 /* if there are less than 2 fitted points in the contour, we */
2087 /* skip consecutive fitted points */
2100 /* find next fitted point after unfitted one */
2236 FT_Fixed fitted;
2242 fitted = FT_PIX_ROUND( scaled );
2244 if ( fitted != 0 && scaled != fitted )
2248 y_scale = FT_MulDiv( y_scale, fitted, scaled );
2250 if ( fitted < scaled )