Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects.h12 LIVES_FX_CAT_NONE = 0, enumerator
H A Deffects-weed.c286 return LIVES_FX_CAT_NONE; in weed_filter_categorise()
317 return LIVES_FX_CAT_NONE; in weed_filter_subcategorise()
440 if (!getsub || sub == LIVES_FX_CAT_NONE) in weed_filter_get_type()
9296 if (!rte_keymode_valid(key + 1, mode, TRUE)) return LIVES_FX_CAT_NONE; in rte_keymode_get_category()
9298 if ((idx = key_to_fx[key][mode]) == -1) return LIVES_FX_CAT_NONE; in rte_keymode_get_category()
9299 if ((filter = weed_filters[idx]) == NULL) return LIVES_FX_CAT_NONE; in rte_keymode_get_category()
9490 if (sub != LIVES_FX_CAT_NONE) { in weed_filter_idx_get_name()