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()415 if ( blend->weight_vector[n] != result ) in t1_set_mm_blend()417 blend->weight_vector[n] = result; in t1_set_mm_blend()462 mm_weights_unmap( blend->weight_vector, in T1_Get_MM_Blend()498 blend->weight_vector[i] = blend->default_weight_vector[i]; in T1_Set_MM_WeightVector()508 blend->weight_vector[i] = weightvector[i]; in T1_Set_MM_WeightVector()511 blend->weight_vector[i] = (FT_Fixed)0; in T1_Set_MM_WeightVector()542 weightvector[i] = blend->weight_vector[i]; in T1_Get_MM_WeightVector()687 mm_weights_unmap( blend->weight_vector, in T1_Get_Var_Design()[all …]
305 FT_Fixed* weight_vector; member
940 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()
1869 blend->weight_vector[mm] ) ); in cf2_interpT2CharString()1901 blend->weight_vector, in cf2_interpT2CharString()1903 sizeof ( blend->weight_vector[0] ) ); in cf2_interpT2CharString()
997 weight_vector = np.zeros(np.max(keys) + 1)998 weight_vector[:] = np.nan999 weight_vector[keys] = values1006 class_sample_weight = array_ops.gather(weight_vector, y_classes)