Home | History | Annotate | Download | only in autofit

Lines Matching refs:widths

53   /* Find segments and links, compute all stem widths, and initialize */
65 "latin standard widths computation (style `%s')\n"
203 axis->widths[num_widths++].org = dist;
207 /* this also replaces multiple almost identical stem widths */
209 af_sort_and_quantize_widths( &num_widths, axis->widths,
221 stdw = ( axis->width_count > 0 ) ? axis->widths[0].org
234 FT_TRACE5(( "%s widths:\n",
240 FT_TRACE5(( " %d", axis->widths[i].org ));
883 /* Adjust scaling value, then scale and shift widths */
1000 FT_TRACE5(( "%s widths (style `%s')\n",
1004 /* scale the widths */
1007 AF_Width width = axis->widths + nn;
1060 /* use discrete values for blue zone widths */
1372 /* `widths' are non-zero, use them to fine-tune the scoring function. */
1377 AF_WidthRec* widths,
1388 max_width = widths[width_count - 1].org;
1474 dist_demerit = dist; /* default if no widths available */
1811 AF_WidthRec* widths,
1820 af_latin_hints_link_segments( hints, width_count, widths, dim );
2022 /* current standard widths. */
2025 af_latin_snap_width( AF_Width widths,
2041 w = widths[n].cur;
2102 /* leave the widths
2122 delta = dist - axis->widths[0].cur;
2129 dist = axis->widths[0].cur;
2164 dist = af_latin_snap_width( axis->widths, axis->width_count, dist );
2180 /* monochrome horizontal hinting: snap widths to integer pixels */
2448 /* some voodoo to specially round edges for small stem widths; */
2830 axis->widths,
2841 axis->widths,