Searched refs:has_delta (Results 1 – 1 of 1) sorted by relevance
3518 FT_Bool* has_delta ) in tt_interpolate_deltas() argument3543 while ( point <= end_point && !has_delta[point] ) in tt_interpolate_deltas()3557 if ( has_delta[point] ) in tt_interpolate_deltas()3642 FT_Bool* has_delta = NULL; in TT_Vary_Apply_Glyph_Deltas() local3685 FT_NEW_ARRAY( has_delta, n_points ) ) in TT_Vary_Apply_Glyph_Deltas()3913 has_delta[j] = FALSE; in TT_Vary_Apply_Glyph_Deltas()3925 has_delta[idx] = TRUE; in TT_Vary_Apply_Glyph_Deltas()3936 has_delta ); in TT_Vary_Apply_Glyph_Deltas()4038 FT_FREE( has_delta ); in TT_Vary_Apply_Glyph_Deltas()