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()
411 if ( blend->weight_vector[n] != result ) in t1_set_mm_blend()
413 blend->weight_vector[n] = result; in t1_set_mm_blend()
458 mm_weights_unmap( blend->weight_vector, in T1_Get_MM_Blend()
614 mm_weights_unmap( blend->weight_vector, in T1_Get_Var_Design()
668 FT_FREE( blend->weight_vector ); in T1_Done_Blend()
1020 blend->weight_vector[n] = T1_ToFixed( parser, 0 ); in parse_weight_vector()
/external/freetype/include/freetype/
Dt1tables.h307 FT_Fixed* weight_vector; member
/external/freetype/src/psaux/
Dt1decode.c928 blend->weight_vector[mm] ) ); in t1_decoder_parse_charstrings()
956 blend->weight_vector, in t1_decoder_parse_charstrings()
958 sizeof ( blend->weight_vector[0] ) ); in t1_decoder_parse_charstrings()
Dpsintrp.c1865 blend->weight_vector[mm] ) ); in cf2_interpT2CharString()
1897 blend->weight_vector, in cf2_interpT2CharString()
1899 sizeof ( blend->weight_vector[0] ) ); in cf2_interpT2CharString()