Home | History | Annotate | Download | only in pshinter

Lines Matching refs:fitted

517             /* 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;
2239 fitted = FT_PIX_ROUND( scaled );
2241 if ( fitted != 0 && scaled != fitted )
2245 y_scale = FT_MulDiv( y_scale, fitted, scaled );
2247 if ( fitted < scaled )