Home | History | Annotate | Download | only in autofit

Lines Matching refs:fit

621       width->fit = width->cur;
639 blue->ref.fit = blue->ref.cur;
641 blue->shoot.fit = blue->shoot.cur;
667 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
668 blue->shoot.fit = blue->ref.fit + delta2;
671 " ref.cur=%.2g ref.fit=%.2g"
672 " shoot.cur=%.2g shoot.fit=%.2g\n",
673 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0,
674 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 ));
1888 edge1-edges, edge1->opos / 64.0, blue->fit / 64.0,
1891 edge1->pos = blue->fit;
2037 FT_Pos displacements[6], scores[6], org, fit, delta;
2040 /* note: don't even try to fit tiny stems */
2069 fit = ( org <= 32 ) ? 16 : 48;
2070 delta = FT_ABS( fit - org );
2071 displacements[count] = fit - org;
2073 FT_TRACE5(( "dispA=%.2f (%d) ", ( fit - org ) / 64.0, delta ));
2076 fit = ( org <= 32 ) ? 16 : 48;
2077 delta = FT_ABS( fit - org );
2078 displacements[count] = fit - org;
2080 FT_TRACE5(( "dispB=%.2f (%d) ", ( fit - org ) / 64.0, delta ));
2086 fit = FT_PIX_ROUND( org );
2087 delta = FT_ABS( fit - org );
2088 displacements[count] = fit - org;
2090 FT_TRACE5(( "dispC=%.2f (%d) ", ( fit - org ) / 64.0, delta ));
2094 fit = FT_PIX_ROUND( org );
2095 delta = FT_ABS( fit - org );
2096 displacements[count] = fit - org;
2098 FT_TRACE5(( "dispD=%.2f (%d) ", ( fit - org ) / 64.0, delta ));
2340 /* grid-fit the outline */