Home
last modified time | relevance | path

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

/external/freetype/src/type1/
Dt1driver.c423 retval = sizeof ( type1->private_dict.num_other_blues ); in t1_ps_get_font_value()
425 *((FT_Byte *)value) = type1->private_dict.num_other_blues; in t1_ps_get_font_value()
429 if ( idx < type1->private_dict.num_other_blues ) in t1_ps_get_font_value()
/external/freetype/src/pshinter/
Dpshglob.c702 priv->blue_values, priv->num_other_blues, in psh_globals_new()
718 max_height = psh_calc_max_height( priv->num_other_blues, in psh_globals_new()
/external/freetype/include/freetype/
Dt1tables.h144 FT_Byte num_other_blues; member
/external/freetype/include/freetype/internal/
Dcfftypes.h243 FT_Byte num_other_blues; member
/external/freetype/src/cff/
Dcffobjs.c131 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.c2439 count = cpriv->num_other_blues = priv->num_other_blues; in t1_make_subfont()