Home
last modified time | relevance | path

Searched refs:num_snap_widths (Results 1 – 6 of 6) sorted by relevance

/external/freetype/src/type1/
Dt1driver.c472 retval = sizeof ( type1->private_dict.num_snap_widths ); in t1_ps_get_font_value()
474 *((FT_Byte *)value) = type1->private_dict.num_snap_widths; in t1_ps_get_font_value()
478 if ( idx < type1->private_dict.num_snap_widths ) in t1_ps_get_font_value()
/external/freetype/include/freetype/
Dt1tables.h159 FT_Byte num_snap_widths; member
/external/freetype/src/pshinter/
Dpshglob.c671 for ( count = priv->num_snap_widths; count > 0; count-- ) in psh_globals_new()
678 dim->stdw.count = priv->num_snap_widths + 1; in psh_globals_new()
/external/freetype/include/freetype/internal/
Dcfftypes.h262 FT_Byte num_snap_widths; member
/external/freetype/src/cff/
Dcffobjs.c148 count = priv->num_snap_widths = cpriv->num_snap_widths; in cff_make_private_dict()
/external/freetype/src/psaux/
Dpsobjs.c2523 count = cpriv->num_snap_widths = priv->num_snap_widths; in t1_make_subfont()