Home
last modified time | relevance | path

Searched refs:family_other_blues (Results 1 – 10 of 10) sorted by relevance

/external/freetype/src/cff/
Dcfftoken.h86 CFF_FIELD_DELTA ( 9, family_other_blues, 10, "FamilyOtherBlues" )
135 CFF_FIELD_DELTA ( 9, family_other_blues, 10, "FamilyOtherBlues" )
Dcffobjs.c139 priv->family_other_blues[n] = (FT_Short)cpriv->family_other_blues[n]; in cff_make_private_dict()
/external/freetype/src/cid/
Dcidtoken.h95 T1_FIELD_NUM_TABLE ( "FamilyOtherBlues", family_other_blues, 10, 0 )
/external/freetype/src/type1/
Dt1tokens.h80 T1_FIELD_NUM_TABLE ( "FamilyOtherBlues", family_other_blues, 10,
Dt1driver.c465 retval = sizeof ( type1->private_dict.family_other_blues[idx] ); in t1_ps_get_font_value()
467 *((FT_Short *)value) = type1->private_dict.family_other_blues[idx]; in t1_ps_get_font_value()
/external/freetype/include/freetype/
Dt1tables.h150 FT_Short family_other_blues[10]; member
/external/freetype/src/pshinter/
Dpshglob.c707 priv->family_other_blues, priv->blue_fuzz, 1 ); in psh_globals_new()
725 priv->family_other_blues, in psh_globals_new()
/external/freetype/include/freetype/internal/
Dcfftypes.h254 FT_Pos family_other_blues[10]; member
/external/freetype/src/psaux/
Dpsft.c616 &decoder->current_subfont->private_dict.family_other_blues; in cf2_getFamilyOtherBlues()
Dpsobjs.c2514 cpriv->family_other_blues[n] = (FT_Pos)priv->family_other_blues[n]; in t1_make_subfont()