Home
last modified time | relevance | path

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

/external/freetype/src/cff/
Dcfftoken.h84 CFF_FIELD_DELTA ( 7, other_blues, 10, "OtherBlues" )
133 CFF_FIELD_DELTA ( 7, other_blues, 10, "OtherBlues" )
Dcffobjs.c131 priv->other_blues[n] = (FT_Short)cpriv->other_blues[n]; in cff_make_private_dict()
/external/freetype/src/pshinter/
Dpshglob.c238 FT_Short* other_blues, in psh_blues_set_zones() argument
266 count_others, other_blues, top_table, bot_table ); in psh_blues_set_zones()
703 priv->other_blues, priv->blue_fuzz, 0 ); in psh_globals_new()
719 priv->other_blues, in psh_globals_new()
/external/freetype/src/cid/
Dcidtoken.h93 T1_FIELD_NUM_TABLE ( "OtherBlues", other_blues, 10, 0 )
/external/freetype/src/type1/
Dt1tokens.h76 T1_FIELD_NUM_TABLE ( "OtherBlues", other_blues, 10,
Dt1driver.c446 retval = sizeof ( type1->private_dict.other_blues[idx] ); in t1_ps_get_font_value()
448 *((FT_Short *)value) = type1->private_dict.other_blues[idx]; in t1_ps_get_font_value()
/external/freetype/include/freetype/
Dt1tables.h147 FT_Short other_blues[10]; member
/external/freetype/include/freetype/internal/
Dcfftypes.h252 FT_Pos other_blues[10]; member
/external/freetype/src/psaux/
Dpsft.c588 &decoder->current_subfont->private_dict.other_blues; in cf2_getOtherBlues()
Dpsobjs.c2470 cpriv->other_blues[n] = (FT_Pos)priv->other_blues[n]; in t1_make_subfont()