Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/include/
A Dt1tables.h271 FT_Fixed* weight_vector; member
/AliOS-Things-master/components/freetype/src/psaux/
A Dt1decode.c859 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] ); in t1_decoder_parse_charstrings()
887 blend->weight_vector, in t1_decoder_parse_charstrings()
889 sizeof ( blend->weight_vector[0] ) ); in t1_decoder_parse_charstrings()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1load.c135 FT_NEW_ARRAY( blend->weight_vector, num_designs * 2 ) ) in t1_allocate_blend()
138 blend->default_weight_vector = blend->weight_vector + num_designs; in t1_allocate_blend()
402 blend->weight_vector[n] = result; in T1_Set_MM_Blend()
542 FT_FREE( blend->weight_vector ); in T1_Done_Blend()
876 blend->weight_vector[n] = T1_ToFixed( parser, 0 ); in parse_weight_vector()

Completed in 18 milliseconds