Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dt1decode.c860 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] ); in t1_decoder_parse_charstrings()
888 blend->weight_vector, in t1_decoder_parse_charstrings()
890 sizeof ( blend->weight_vector[0] ) ); in t1_decoder_parse_charstrings()
/external/pdfium/third_party/freetype/src/psaux/
Dt1decode.c860 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] ); in t1_decoder_parse_charstrings()
888 blend->weight_vector, in t1_decoder_parse_charstrings()
890 sizeof ( blend->weight_vector[0] ) ); in t1_decoder_parse_charstrings()
/external/pdfium/third_party/freetype/include/freetype/
Dt1tables.h307 FT_Fixed* weight_vector; member
/external/freetype/include/
Dt1tables.h307 FT_Fixed* weight_vector; member
/external/pdfium/third_party/freetype/src/type1/
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()
404 blend->weight_vector[n] = result; in T1_Set_MM_Blend()
542 FT_FREE( blend->weight_vector ); in T1_Done_Blend()
894 blend->weight_vector[n] = T1_ToFixed( parser, 0 ); in parse_weight_vector()