Home | History | Annotate | Download | only in autofit

Lines Matching refs:widths

52   /* Find segments and links, compute all stem widths, and initialize */
63 FT_TRACE5(( "standard widths computation\n"
144 axis->widths[num_widths++].org = dist;
148 /* this also replaces multiple almost identical stem widths */
150 af_sort_and_quantize_widths( &num_widths, axis->widths,
163 ? axis->widths[0].org
176 FT_TRACE5(( "%s widths:\n",
182 FT_TRACE5(( " %d", axis->widths[i].org ));
568 /* Adjust scaling value, then scale and shift widths */
672 /* scale the widths */
675 AF_Width width = axis->widths + nn;
712 /* use discrete values for blue zone widths */
1599 /* current standard widths. */
1602 af_latin_snap_width( AF_Width widths,
1618 w = widths[n].cur;
1679 /* leave the widths of serifs alone */
1699 delta = dist - axis->widths[0].cur;
1706 dist = axis->widths[0].cur;
1741 dist = af_latin_snap_width( axis->widths, axis->width_count, dist );
1757 /* monochrome horizontal hinting: snap widths to integer pixels */
1997 /* some voodoo to specially round edges for small stem widths; */