Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.h135 boolean has_alpha_palette(weed_plant_t *ctmpl, weed_plant_t *filter);
H A Deffects-data.c2504 if (!has_alpha_palette(chan, filter)) continue; in acbutton_clicked()
2514 if (!has_alpha_palette(chan, filter)) continue; in acbutton_clicked()
2520 if (!has_alpha_palette(ochan, filter)) { in acbutton_clicked()
3195 if (!has_alpha_palette(chan, filter)) continue; in dfxc_changed()
3651 if (!has_alpha_palette(ichan, filter)) continue; in cconx_check_connection()
4256 if (!has_alpha_palette(chan, conxwp->filter)) { in conx_scroll_new()
4560 if (!has_alpha_palette(chan, ofilter)) { in show_existing()
4591 if (!has_alpha_palette(chan, filter)) continue; in show_existing()
H A Drte_window.c815 if (!has_alpha_palette(ochans[ocnum], filter)) is_valid2 = FALSE; in load_datacons()
899 if (!has_alpha_palette(ichans[icnum], filter)) is_valid2 = FALSE; in load_datacons()
H A Deffects-weed.c162 boolean has_alpha_palette(weed_plant_t *ctmpl, weed_plant_t *filter) { in has_alpha_palette() function