Searched refs:has_delta (Results 1 - 1 of 1) sorted by relevance

/external/freetype/src/truetype/
H A Dttgxvar.c1648 FT_Bool* has_delta )
1677 while ( point <= end_point && !has_delta[point] )
1691 if ( has_delta[point] )
1771 FT_Bool* has_delta = NULL; local
1802 FT_NEW_ARRAY( has_delta, n_points ) )
1964 has_delta[j] = FALSE;
1975 has_delta[idx] = TRUE;
1985 has_delta );
2031 FT_FREE( has_delta );

Completed in 46 milliseconds