Home | History | Annotate | Download | only in autofit

Lines Matching defs:scaled

544         FT_Pos  scaled = FT_MulFix( blue->shoot.org, scaler->y_scale );
545 FT_Pos fitted = ( scaled + 40 ) & ~63;
548 if ( scaled != fitted ) {
549 scale = FT_MulDiv( scale, fitted, scaled );
550 AF_LOG(( "== scaled x-top = %.2g fitted = %.2g, scaling = %.4g\n", scaled/64.0, fitted/64.0, (fitted*1.0)/scaled ));
1354 /* compute which blue zones are active, i.e. have their scaled */
1521 /* snap a given width in scaled coordinates to one of the */
1532 FT_Pos scaled;
1552 scaled = FT_PIX_ROUND( reference );
1556 if ( width < scaled + 48 )
1561 if ( width > scaled - 48 )