Home
last modified time | relevance | path

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

/external/freetype/src/truetype/
Dttgxvar.h295 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */ member
Dttgxvar.c1841 if ( FT_QNEW_ARRAY( blend->tuplecoords, in ft_var_load_gvar()
1850 blend->tuplecoords[i * gvar_head.axisCount + j] = in ft_var_load_gvar()
1853 (double)blend->tuplecoords[i * gvar_head.axisCount + j] / 65536 )); in ft_var_load_gvar()
3667 if ( !blend->tuplecoords ) in tt_face_vary_cvt()
3678 blend->tuplecoords + in tt_face_vary_cvt()
4233 blend->tuplecoords + in TT_Vary_Apply_Glyph_Deltas()
4647 FT_FREE( blend->tuplecoords ); in tt_done_blend()
/external/freetype/docs/oldlogs/
DChangeLog.2105927 (tt_face_vary_cvt): Protect against missing `tuplecoords' array.