Searched refs:localpoints (Results 1 – 4 of 4) sorted by relevance
3221 FT_UShort* localpoints = NULL; in tt_face_vary_cvt() local3384 localpoints = ft_var_readpackedpoints( stream, in tt_face_vary_cvt()3387 points = localpoints; in tt_face_vary_cvt()3402 ( localpoints == ALL_POINTS && point_count != face->cvt_size ) ) in tt_face_vary_cvt()3405 else if ( localpoints == ALL_POINTS ) in tt_face_vary_cvt()3485 if ( localpoints != ALL_POINTS ) in tt_face_vary_cvt()3486 FT_FREE( localpoints ); in tt_face_vary_cvt()3785 FT_UShort* localpoints = NULL; in TT_Vary_Apply_Glyph_Deltas() local3936 localpoints = ft_var_readpackedpoints( stream, in TT_Vary_Apply_Glyph_Deltas()3939 points = localpoints; in TT_Vary_Apply_Glyph_Deltas()[all …]
1601 Fix thinko w.r.t. `localpoints' array.
2885 handle empty `localpoints' array.
3227 invalid values in `localpoints' array.