Home
last modified time | relevance | path

Searched refs:weightvector (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/base/
Dftmm.c206 FT_Fixed* weightvector ) in FT_Set_MM_WeightVector() argument
214 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() argument
247 if ( len && !weightvector ) in FT_Get_MM_WeightVector()
255 error = service->get_mm_weightvector( face, len, weightvector ); in FT_Get_MM_WeightVector()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1load.h111 FT_Fixed* weightvector );
116 FT_Fixed* weightvector );
Dt1load.c495 FT_Fixed* weightvector ) in T1_Set_MM_WeightVector() argument
504 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() argument
551 weightvector[i] = blend->weight_vector[i]; in T1_Get_MM_WeightVector()
553 weightvector[i] = (FT_Fixed)0; in T1_Get_MM_WeightVector()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dftmm.h608 FT_Fixed* weightvector );
652 FT_Fixed* weightvector );
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffdrivr.c872 FT_Fixed* weightvector ) in cff_set_mm_weightvector() argument
877 return mm->set_mm_weightvector( FT_FACE( face ), len, weightvector ); in cff_set_mm_weightvector()
884 FT_Fixed* weightvector ) in cff_get_mm_weightvector() argument
889 return mm->get_mm_weightvector( FT_FACE( face ), len, weightvector ); in cff_get_mm_weightvector()