Home
last modified time | relevance | path

Searched refs:WEED_PLANT_IS_CHANNEL (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dweed-effects-utils.c417 if (!WEED_PLANT_IS_CHANNEL(channel)) return 0; in weed_channel_get_width()
423 if (!WEED_PLANT_IS_CHANNEL(channel)) return; in weed_channel_set_width()
433 if (!WEED_PLANT_IS_CHANNEL(channel)) return 0; in weed_channel_get_height()
438 if (!WEED_PLANT_IS_CHANNEL(channel)) return; in weed_channel_set_height()
443 if (!WEED_PLANT_IS_CHANNEL(channel)) return; in weed_channel_set_size()
449 if (!WEED_PLANT_IS_CHANNEL(channel)) return; in weed_channel_set_palette()
483 if (!WEED_PLANT_IS_CHANNEL(channel)) return 0; in weed_channel_get_rowstride()
489 if (!WEED_PLANT_IS_CHANNEL(channel)) return 0; in weed_channel_get_rowstrides()
494 if (!WEED_PLANT_IS_CHANNEL(channel)) return 0; in weed_channel_get_audio_rate()
499 if (!WEED_PLANT_IS_CHANNEL(channel)) return 0; in weed_channel_get_naudchans()
[all …]
H A Dweed-effects-utils.h41 #define WEED_PLANT_IS_CHANNEL(plant) (weed_plant_get_type(plant) == WEED_PLANT_CHANNEL ? WEED_TRUE … macro
H A Dplugins.c1057 if (WEED_PLANT_IS_CHANNEL(pparams[i])) { in pp_get_chan()
H A Dcolourspace.c13743 if (!slayer || (!WEED_IS_LAYER(slayer) && !WEED_PLANT_IS_CHANNEL(slayer))) return NULL; in weed_layer_copy()
13746 if (!WEED_IS_LAYER(dlayer) && !WEED_PLANT_IS_CHANNEL(dlayer)) return NULL; in weed_layer_copy()