Home
last modified time | relevance | path

Searched refs:WEED_PLANT_IS_HOST_INFO (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dweed-effects-utils.c117 if (!WEED_PLANT_IS_HOST_INFO(hinfo)) return 0; in weed_host_info_get_flags()
122 if (!WEED_PLANT_IS_HOST_INFO(hinfo)) return; in weed_host_info_set_flags()
127 if (WEED_PLANT_IS_HOST_INFO(hinfo)) in weed_host_set_verbosity()
132 if (WEED_PLANT_IS_HOST_INFO(hinfo)) in weed_host_set_supports_linear_gamma()
137 if (WEED_PLANT_IS_HOST_INFO(hinfo)) in weed_host_set_supports_premult_alpha()
H A Dweed-effects-utils.h34 #define WEED_PLANT_IS_HOST_INFO(plant) (weed_plant_get_type(plant) == WEED_PLANT_HOST_INFO ? WEED_T… macro
H A Deffects-weed.c492 if (hinfo && WEED_PLANT_IS_HOST_INFO(hinfo)) update_host_info(hinfo); in update_all_host_info()