Home
last modified time | relevance | path

Searched refs:weight_vector (Results 1 – 4 of 4) sorted by relevance

/external/freetype/src/type1/
Dt1load.c136 FT_NEW_ARRAY( blend->weight_vector, num_designs * 2 ) ) in t1_allocate_blend()
139 blend->default_weight_vector = blend->weight_vector + num_designs; in t1_allocate_blend()
408 if ( blend->weight_vector[n] != result ) in t1_set_mm_blend()
410 blend->weight_vector[n] = result; in t1_set_mm_blend()
455 mm_weights_unmap( blend->weight_vector, in T1_Get_MM_Blend()
611 mm_weights_unmap( blend->weight_vector, in T1_Get_Var_Design()
665 FT_FREE( blend->weight_vector ); in T1_Done_Blend()
1044 blend->weight_vector[n] = T1_ToFixed( parser, 0 ); in parse_weight_vector()
1046 FT_TRACE4(( " %f", (double)blend->weight_vector[n] / 65536 )); in parse_weight_vector()
/external/freetype/include/freetype/
Dt1tables.h307 FT_Fixed* weight_vector; member
/external/freetype/src/psaux/
Dt1decode.c940 blend->weight_vector[mm] ) ); in t1_decoder_parse_charstrings()
968 blend->weight_vector, in t1_decoder_parse_charstrings()
970 sizeof ( blend->weight_vector[0] ) ); in t1_decoder_parse_charstrings()
Dpsintrp.c1867 blend->weight_vector[mm] ) ); in cf2_interpT2CharString()
1899 blend->weight_vector, in cf2_interpT2CharString()
1901 sizeof ( blend->weight_vector[0] ) ); in cf2_interpT2CharString()