Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttgxvar.h328 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */ member
Dttgxvar.c1640 if ( FT_NEW_ARRAY( blend->tuplecoords, in ft_var_load_gvar()
1649 blend->tuplecoords[i * gvar_head.axisCount + j] = in ft_var_load_gvar()
1652 blend->tuplecoords[i * gvar_head.axisCount + j] / 65536.0 )); in ft_var_load_gvar()
3342 if ( !blend->tuplecoords ) in tt_face_vary_cvt()
3353 blend->tuplecoords + in tt_face_vary_cvt()
3906 blend->tuplecoords + in TT_Vary_Apply_Glyph_Deltas()
4313 FT_FREE( blend->tuplecoords ); in tt_done_blend()
/external/freetype/
DChangeLog3178 (tt_face_vary_cvt): Protect against missing `tuplecoords' array.