Home
last modified time | relevance | path

Searched refs:weight_vector (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
Dsvmm.h92 FT_Fixed* weight_vector );
97 FT_Fixed* weight_vector );
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1load.c120 blend->weight_vector = NULL; in t1_allocate_blend()
424 if ( blend->weight_vector[n] != result ) in t1_set_mm_blend()
426 blend->weight_vector[n] = result; in t1_set_mm_blend()
471 mm_weights_unmap( blend->weight_vector, in T1_Get_MM_Blend()
507 blend->weight_vector[i] = blend->default_weight_vector[i]; in T1_Set_MM_WeightVector()
517 blend->weight_vector[i] = weightvector[i]; in T1_Set_MM_WeightVector()
520 blend->weight_vector[i] = (FT_Fixed)0; in T1_Set_MM_WeightVector()
551 weightvector[i] = blend->weight_vector[i]; in T1_Get_MM_WeightVector()
696 mm_weights_unmap( blend->weight_vector, in T1_Get_Var_Design()
750 FT_FREE( blend->weight_vector ); in T1_Done_Blend()
[all …]
/third_party/skia/third_party/externals/freetype/include/freetype/
Dt1tables.h304 FT_Fixed* weight_vector; member
/third_party/skia/third_party/externals/freetype/src/psaux/
Dt1decode.c949 blend->weight_vector[mm] ) ); in t1_decoder_parse_charstrings()
977 blend->weight_vector, in t1_decoder_parse_charstrings()
979 sizeof ( blend->weight_vector[0] ) ); in t1_decoder_parse_charstrings()
Dpsintrp.c1885 blend->weight_vector[mm] ) ); in cf2_interpT2CharString()
1916 blend->weight_vector, in cf2_interpT2CharString()
1918 sizeof ( blend->weight_vector[0] ) ); in cf2_interpT2CharString()
/third_party/chromium/patch/
D0001-cve.patch8206 FT_Fixed* weight_vector );