Home | History | Annotate | Download | only in truetype

Lines Matching refs:deltas

109   /*    Read a set of points to which the following deltas will apply.     */
197 /* Read a set of deltas. These are packed slightly differently than */
206 /* An array of FT_Short containing the deltas for the affected */
207 /* points. (This only gets the deltas for one dimension. It will */
215 FT_Short *deltas = NULL;
225 if ( FT_NEW_ARRAY( deltas, delta_cnt ) )
238 deltas[i++] = 0;
246 deltas[i++] = FT_GET_SHORT();
254 deltas[i++] = FT_GET_CHAR();
260 FT_FREE( deltas );
265 return deltas;
1116 FT_Short* deltas;
1232 deltas = ft_var_readpackeddeltas( stream,
1235 if ( localpoints == NULL || deltas == NULL )
1240 /* this means that there are deltas for every entry in cvt */
1243 FT_MulFix( deltas[j], apply ) );
1253 FT_MulFix( deltas[j], apply ) );
1259 FT_FREE( deltas );
1284 /* Load the appropriate deltas for the current glyph. */
1295 /* deltas :: The array of points to change. */
1303 FT_Vector* *deltas,
1333 *deltas = delta_xy;
1446 /* this means that there are deltas for every point in the glyph */
1488 *deltas = NULL;