Searched refs:other_blues (Results 1 – 10 of 10) sorted by relevance
/external/freetype/src/cff/ |
D | cfftoken.h | 84 CFF_FIELD_DELTA ( 7, other_blues, 10, "OtherBlues" ) 133 CFF_FIELD_DELTA ( 7, other_blues, 10, "OtherBlues" )
|
D | cffobjs.c | 131 priv->other_blues[n] = (FT_Short)cpriv->other_blues[n]; in cff_make_private_dict()
|
/external/freetype/src/pshinter/ |
D | pshglob.c | 238 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/ |
D | cidtoken.h | 93 T1_FIELD_NUM_TABLE ( "OtherBlues", other_blues, 10, 0 )
|
/external/freetype/src/type1/ |
D | t1tokens.h | 76 T1_FIELD_NUM_TABLE ( "OtherBlues", other_blues, 10,
|
D | t1driver.c | 446 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/ |
D | t1tables.h | 147 FT_Short other_blues[10]; member
|
/external/freetype/include/freetype/internal/ |
D | cfftypes.h | 252 FT_Pos other_blues[10]; member
|
/external/freetype/src/psaux/ |
D | psft.c | 588 &decoder->current_subfont->private_dict.other_blues; in cf2_getOtherBlues()
|
D | psobjs.c | 2470 cpriv->other_blues[n] = (FT_Pos)priv->other_blues[n]; in t1_make_subfont()
|