Home | History | Annotate | Download | only in truetype

Lines Matching defs:deltas

107   /*    Read a set of points to which the following deltas will apply.     */
195 /* Read a set of deltas. These are packed slightly differently than */
204 /* An array of FT_Short containing the deltas for the affected */
205 /* points. (This only gets the deltas for one dimension. It will */
213 FT_Short *deltas = NULL;
223 if ( FT_NEW_ARRAY( deltas, delta_cnt ) )
236 deltas[i++] = 0;
244 deltas[i++] = FT_GET_SHORT();
252 deltas[i++] = FT_GET_CHAR();
258 FT_FREE( deltas );
263 return deltas;
1135 FT_Short* deltas;
1251 deltas = ft_var_readpackeddeltas( stream,
1254 if ( localpoints == NULL || deltas == NULL )
1259 /* this means that there are deltas for every entry in cvt */
1262 FT_MulFix( deltas[j], apply ) );
1272 FT_MulFix( deltas[j], apply ) );
1278 FT_FREE( deltas );
1303 /* Load the appropriate deltas for the current glyph. */
1314 /* deltas :: The array of points to change. */
1322 FT_Vector* *deltas,
1352 *deltas = delta_xy;
1465 /* this means that there are deltas for every point in the glyph */
1504 *deltas = NULL;