Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dweed-effects-utils.c286 if (!WEED_PLANT_IS_CHANNEL_TEMPLATE(chantmpl)) return NULL; in weed_chantmpl_get_name()
291 if (!WEED_PLANT_IS_CHANNEL_TEMPLATE(chantmpl)) return 0; in weed_chantmpl_get_flags()
296 if (!WEED_PLANT_IS_CHANNEL_TEMPLATE(chantmpl)) return 0; in weed_chantmpl_get_max_audio_length()
368 if (!WEED_PLANT_IS_CHANNEL_TEMPLATE(chantmpl)) return WEED_TRUE; in weed_chantmpl_is_optional()
375 if (!WEED_PLANT_IS_CHANNEL_TEMPLATE(chantmpl)) return -1; in weed_chantmpl_get_max_repeats()
382 if (!WEED_PLANT_IS_CHANNEL_TEMPLATE(chantmpl)) return WEED_TRUE; in weed_chantmpl_is_audio()
389 if (!WEED_PLANT_IS_CHANNEL_TEMPLATE(chantmpl) || !WEED_PLANT_IS_FILTER_CLASS(filter)) return NULL; in weed_chantmpl_get_palette_list()
H A Dweed-effects-utils.h43 #define WEED_PLANT_IS_CHANNEL_TEMPLATE(plant) (weed_plant_get_type(plant) == WEED_PLANT_CHANNEL_TEM… macro