Home
last modified time | relevance | path

Searched refs:get_compound_parent (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.h114 char *weed_instance_get_filter_name(weed_plant_t *inst, boolean get_compound_parent) WARN_UNUSED;
126 weed_plant_t *weed_instance_get_filter(weed_plant_t *inst, boolean get_compound_parent);
H A Deffects-weed.c180 weed_plant_t *weed_instance_get_filter(weed_plant_t *inst, boolean get_compound_parent) { in weed_instance_get_filter() argument
181 if (get_compound_parent && in weed_instance_get_filter()
9519 char *weed_instance_get_filter_name(weed_plant_t *inst, boolean get_compound_parent) { in weed_instance_get_filter_name() argument
9525 filter = weed_instance_get_filter(inst, get_compound_parent); in weed_instance_get_filter_name()