Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dcolourspace.h217 #define WEED_PLANT_LAYER 128 macro
224 #define WEED_IS_LAYER(plant) (weed_plant_get_type(plant) == WEED_PLANT_LAYER)
H A Deffects-weed.c11735 case WEED_PLANT_LAYER: in weed_leaf_deserialise()
11840 if (type == WEED_PLANT_LAYER) block_unk_ptrs = TRUE; in weed_plant_deserialise()
H A Dcolourspace.c9656 weed_layer_t *layer = weed_plant_new(WEED_PLANT_LAYER); in weed_layer_new()