Home | History | Annotate | Download | only in autofit

Lines Matching refs:fit

620       width->fit = width->cur;
638 blue->ref.fit = blue->ref.cur;
640 blue->shoot.fit = blue->shoot.cur;
666 blue->ref.fit = FT_PIX_ROUND( blue->ref.cur );
667 blue->shoot.fit = blue->ref.fit + delta2;
670 " ref.cur=%.2g ref.fit=%.2g"
671 " shoot.cur=%.2g shoot.fit=%.2g\n",
672 nn, blue->ref.cur / 64.0, blue->ref.fit / 64.0,
673 blue->shoot.cur / 64.0, blue->shoot.fit / 64.0 ));
1887 edge1-edges, edge1->opos / 64.0, blue->fit / 64.0,
1890 edge1->pos = blue->fit;
2036 FT_Pos displacements[6], scores[6], org, fit, delta;
2039 /* note: don't even try to fit tiny stems */
2068 fit = ( org <= 32 ) ? 16 : 48;
2069 delta = FT_ABS( fit - org );
2070 displacements[count] = fit - org;
2072 FT_TRACE5(( "dispA=%.2f (%d) ", ( fit - org ) / 64.0, delta ));
2075 fit = ( org <= 32 ) ? 16 : 48;
2076 delta = FT_ABS( fit - org );
2077 displacements[count] = fit - org;
2079 FT_TRACE5(( "dispB=%.2f (%d) ", ( fit - org ) / 64.0, delta ));
2085 fit = FT_PIX_ROUND( org );
2086 delta = FT_ABS( fit - org );
2087 displacements[count] = fit - org;
2089 FT_TRACE5(( "dispC=%.2f (%d) ", ( fit - org ) / 64.0, delta ));
2093 fit = FT_PIX_ROUND( org );
2094 delta = FT_ABS( fit - org );
2095 displacements[count] = fit - org;
2097 FT_TRACE5(( "dispD=%.2f (%d) ", ( fit - org ) / 64.0, delta ));
2339 /* grid-fit the outline */