Searched refs:weight_vector (Results 1 – 6 of 6) sorted by relevance
92 FT_Fixed* weight_vector );97 FT_Fixed* weight_vector );
136 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()439 if ( blend->weight_vector[n] != result ) in t1_set_mm_blend()441 blend->weight_vector[n] = result; in t1_set_mm_blend()486 mm_weights_unmap( blend->weight_vector, in T1_Get_MM_Blend()522 blend->weight_vector[i] = blend->default_weight_vector[i]; in T1_Set_MM_WeightVector()532 blend->weight_vector[i] = weightvector[i]; in T1_Set_MM_WeightVector()535 blend->weight_vector[i] = (FT_Fixed)0; in T1_Set_MM_WeightVector()566 weightvector[i] = blend->weight_vector[i]; in T1_Get_MM_WeightVector()711 mm_weights_unmap( blend->weight_vector, in T1_Get_Var_Design()[all …]
304 FT_Fixed* weight_vector; member
946 blend->weight_vector[mm] ) ); in t1_decoder_parse_charstrings()974 blend->weight_vector, in t1_decoder_parse_charstrings()976 sizeof ( blend->weight_vector[0] ) ); in t1_decoder_parse_charstrings()
1879 blend->weight_vector[mm] ) ); in cf2_interpT2CharString()1911 blend->weight_vector, in cf2_interpT2CharString()1913 sizeof ( blend->weight_vector[0] ) ); in cf2_interpT2CharString()
1028 weight_vector = np.zeros(np.max(keys) + 1)1029 weight_vector[:] = np.nan1030 weight_vector[keys] = values1036 class_sample_weight = array_ops.gather(weight_vector, y_classes)