Home | History | Annotate | Download | only in autofit

Lines Matching refs:widths

78                 "cjk 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 ));
580 /* Adjust scaling value, then scale and shift widths */
1356 /* current standard widths. */
1359 af_cjk_snap_width( AF_Width widths,
1375 w = widths[n].cur;
1440 if ( FT_ABS( dist - axis->widths[0].cur ) < 40 )
1442 dist = axis->widths[0].cur;
1476 dist = af_cjk_snap_width( axis->widths, axis->width_count, dist );
1492 /* monochrome horizontal hinting: snap widths to integer pixels */