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

/external/harfbuzz_ng/util/
H A Doptions.cc180 shape_options_t *shape_opts = (shape_options_t *) data; local
181 g_strfreev (shape_opts->shapers);
182 shape_opts->shapers = g_strsplit (arg, ",", 0);
205 shape_options_t *shape_opts = (shape_options_t *) data; local
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
[all...]

Completed in 74 milliseconds