Searched refs:sharedpoints (Results 1 – 2 of 2) sorted by relevance
3120 FT_UShort* sharedpoints = NULL; in tt_face_vary_cvt() local3199 sharedpoints = ft_var_readpackedpoints( stream, in tt_face_vary_cvt()3280 points = sharedpoints; in tt_face_vary_cvt()3392 if ( sharedpoints != ALL_POINTS ) in tt_face_vary_cvt()3393 FT_FREE( sharedpoints ); in tt_face_vary_cvt()3661 FT_UShort* sharedpoints = NULL; in TT_Vary_Apply_Glyph_Deltas() local3724 sharedpoints = ft_var_readpackedpoints( stream, in TT_Vary_Apply_Glyph_Deltas()3812 points = sharedpoints; in TT_Vary_Apply_Glyph_Deltas()4027 if ( sharedpoints != ALL_POINTS ) in TT_Vary_Apply_Glyph_Deltas()4028 FT_FREE( sharedpoints ); in TT_Vary_Apply_Glyph_Deltas()
2878 Free `sharedpoints' to avoid memory leak.