Home | History | Annotate | Download | only in truetype

Lines Matching defs:deltas

109   /*    Read a set of points to which the following deltas will apply.     */
218 /* Read a set of deltas. These are packed slightly differently than */
226 /* delta_cnt :: The number of deltas to be read. */
229 /* An array of FT_Short containing the deltas for the affected */
230 /* points. (This only gets the deltas for one dimension. It will */
239 FT_Short *deltas = NULL;
254 if ( FT_NEW_ARRAY( deltas, delta_cnt ) )
267 deltas[i++] = 0;
273 deltas[i++] = FT_GET_SHORT();
279 deltas[i++] = FT_GET_CHAR();
285 FT_FREE( deltas );
290 return deltas;
1343 FT_Short* deltas;
1479 deltas = ft_var_readpackeddeltas( stream,
1483 if ( localpoints == NULL || deltas == NULL )
1493 FT_TRACE7(( " CVT deltas:\n" ));
1495 /* this means that there are deltas for every entry in cvt */
1502 FT_MulFix( deltas[j], apply ) );
1527 FT_TRACE7(( " CVT deltas:\n" ));
1536 FT_MulFix( deltas[j], apply ) );
1556 FT_FREE( deltas );
1800 /* Apply the appropriate deltas to the current glyph. */
1996 FT_TRACE7(( " point deltas:\n" ));
1998 /* this means that there are deltas for every point in the glyph */
2040 /* we have to interpolate the missing deltas similar to the */
2069 FT_TRACE7(( " point deltas:\n" ));