Searched refs:fx (Results 1 – 4 of 4) sorted by relevance
36 #define AXFX_PRESET_DELAY_EXP_TYPE1(fx) \ argument38 (fx)->delay = 80.f; \39 (fx)->maxDelay = 100.f; \40 (fx)->feedback = 0.6f; \41 (fx)->lpf = 1.0f; \43 (fx)->busIn = NULL; \44 (fx)->busOut = NULL; \45 (fx)->outGain = 1.0f; \46 (fx)->sendGain = 0.0f; \49 #define AXFX_PRESET_DELAY_EXP_TYPE2(fx) \ argument[all …]
111 TexGen/tg-light-fx.c TexGen/tg-dual.c \170 tg-shadow2 tg-shadow3 tg-light-fx tg-dual \405 $(FULLBIN_ROOT)/tg-light-fx$(BINSUFFIX): TexGen/tg-light-fx.o \
1628 f32 fx = (f32)sx ; in clamp_stick() local1634 length = sqrtf( fx * fx + fy * fy ) ; in clamp_stick()1640 stick->x = fx / length ; in clamp_stick()1645 stick->x = fx * length ; in clamp_stick()
1678 f32 fx = (f32)sx ; in clamp_stick_circle() local1684 length = sqrtf( fx * fx + fy * fy ) ; in clamp_stick_circle()1690 stick->x = fx / length ; in clamp_stick_circle()1695 stick->x = fx * length ; in clamp_stick_circle()