Home
last modified time | relevance | path

Searched refs:num_other_blues (Results 1 – 7 of 7) sorted by relevance

/external/freetype/src/type1/
Dt1driver.c428 retval = sizeof ( type1->private_dict.num_other_blues ); in t1_ps_get_font_value()
430 *((FT_Byte *)value) = type1->private_dict.num_other_blues; in t1_ps_get_font_value()
434 if ( idx < type1->private_dict.num_other_blues ) in t1_ps_get_font_value()
/external/freetype/include/freetype/
Dt1tables.h143 FT_Byte num_other_blues; member
/external/freetype/src/pshinter/
Dpshglob.c703 priv->blue_values, priv->num_other_blues, in psh_globals_new()
719 max_height = psh_calc_max_height( priv->num_other_blues, in psh_globals_new()
/external/freetype/include/freetype/internal/
Dcfftypes.h248 FT_Byte num_other_blues; member
/external/freetype/src/cff/
Dcffobjs.c130 count = priv->num_other_blues = cpriv->num_other_blues; in cff_make_private_dict()
/external/freetype/src/psaux/
Dpsft.c588 *count = decoder->current_subfont->private_dict.num_other_blues; in cf2_getOtherBlues()
Dpsobjs.c2505 count = cpriv->num_other_blues = priv->num_other_blues; in t1_make_subfont()