Home | History | Annotate | Download | only in util

Lines Matching full:shape_opts

180   shape_options_t *shape_opts = (shape_options_t *) data;
181 g_strfreev (shape_opts->shapers);
182 shape_opts->shapers = g_strsplit (arg, ",", 0);
205 shape_options_t *shape_opts = (shape_options_t *) data;
209 shape_opts->num_features = 0;
210 g_free (shape_opts->features);
211 shape_opts->features = NULL;
219 shape_opts->num_features++;
225 shape_opts->features = (hb_feature_t *) calloc (shape_opts->num_features, sizeof (*shape_opts->features));
229 shape_opts->num_features = 0;
232 if (hb_feature_from_string (p, end ? end - p : -1, &shape_opts->features[shape_opts->num_features]))
233 shape_opts->num_features++;