HomeSort by relevance Sort by last modified time
    Searched full:shape_opts (Results 1 - 1 of 1) sorted by null

  /external/harfbuzz_ng/util/
options.cc 180 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->num_features, sizeof (*shape_opts->features))
    [all...]

Completed in 106 milliseconds