Searched refs:weightvector (Results 1 – 5 of 5) sorted by relevance
206 FT_Fixed* weightvector ) in FT_Set_MM_WeightVector() argument214 if ( len && !weightvector ) in FT_Set_MM_WeightVector()222 error = service->set_mm_weightvector( face, len, weightvector ); in FT_Set_MM_WeightVector()239 FT_Fixed* weightvector ) in FT_Get_MM_WeightVector() argument247 if ( len && !weightvector ) in FT_Get_MM_WeightVector()255 error = service->get_mm_weightvector( face, len, weightvector ); in FT_Get_MM_WeightVector()
111 FT_Fixed* weightvector );116 FT_Fixed* weightvector );
495 FT_Fixed* weightvector ) in T1_Set_MM_WeightVector() argument504 if ( !len && !weightvector ) in T1_Set_MM_WeightVector()511 if ( !weightvector ) in T1_Set_MM_WeightVector()517 blend->weight_vector[i] = weightvector[i]; in T1_Set_MM_WeightVector()535 FT_Fixed* weightvector ) in T1_Get_MM_WeightVector() argument551 weightvector[i] = blend->weight_vector[i]; in T1_Get_MM_WeightVector()553 weightvector[i] = (FT_Fixed)0; in T1_Get_MM_WeightVector()
608 FT_Fixed* weightvector );652 FT_Fixed* weightvector );
872 FT_Fixed* weightvector ) in cff_set_mm_weightvector() argument877 return mm->set_mm_weightvector( FT_FACE( face ), len, weightvector ); in cff_set_mm_weightvector()884 FT_Fixed* weightvector ) in cff_get_mm_weightvector() argument889 return mm->get_mm_weightvector( FT_FACE( face ), len, weightvector ); in cff_get_mm_weightvector()