Searched refs:shape_opts (Results 1 – 1 of 1) sorted by relevance
190 shape_options_t *shape_opts = (shape_options_t *) data; in parse_shapers() local209 g_strfreev (shape_opts->shapers); in parse_shapers()210 shape_opts->shapers = shapers; in parse_shapers()233 shape_options_t *shape_opts = (shape_options_t *) data; in parse_features() local237 shape_opts->num_features = 0; in parse_features()238 g_free (shape_opts->features); in parse_features()239 shape_opts->features = nullptr; in parse_features()247 shape_opts->num_features++; in parse_features()253 …shape_opts->features = (hb_feature_t *) calloc (shape_opts->num_features, sizeof (*shape_opts->fea… in parse_features()254 if (!shape_opts->features) in parse_features()[all …]