Home | History | Annotate | Download | only in autofit

Lines Matching refs:widths

149               axis->widths[num_widths++].org = dist;
153 /* this also replaces multiple almost identical stem widths */
155 af_sort_and_quantize_widths( &num_widths, axis->widths,
167 stdw = ( axis->width_count > 0 ) ? axis->widths[0].org
1332 /* current standard widths */
1335 af_cjk_snap_width( AF_Width widths,
1351 w = widths[n].cur;
1414 if ( FT_ABS( dist - axis->widths[0].cur ) < 40 )
1416 dist = axis->widths[0].cur;
1450 dist = af_cjk_snap_width( axis->widths, axis->width_count, dist );
1466 /* monochrome horizontal hinting: snap widths to integer pixels */