Home
last modified time | relevance | path

Searched refs:FRACTAL (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/graphics/megapov/megapov-1.2.1/source/
H A Dhcmplx.h58 int F_Bound_HCompl (RAY *, FRACTAL *, DBL *, DBL *);
59 void Normal_Calc_HCompl (VECTOR, int, FRACTAL *);
60 int Iteration_HCompl (VECTOR, FRACTAL *);
61 int D_Iteration_HCompl (VECTOR, FRACTAL *, DBL *);
63 int F_Bound_HCompl_z3 (RAY *, FRACTAL *, DBL *, DBL *);
64 void Normal_Calc_HCompl_z3 (VECTOR, int, FRACTAL *);
65 int Iteration_HCompl_z3 (VECTOR, FRACTAL *);
66 int D_Iteration_HCompl_z3 (VECTOR, FRACTAL *, DBL *);
70 int Iteration_HCompl_Reciprocal (VECTOR, FRACTAL *);
74 void Normal_Calc_HCompl_Func (VECTOR, int, FRACTAL *);
[all …]
H A Dquatern.h58 int F_Bound_Julia (RAY * Ray, FRACTAL * Fractal, DBL * Depth_Min, DBL * Depth_Max);
59 void Normal_Calc_Julia (VECTOR Result, int N_Max, FRACTAL *fractal);
60 void Normal_Calc_z3 (VECTOR Result, int N_Max, FRACTAL *fractal);
61 int Iteration_Julia (VECTOR point, FRACTAL * Julia);
62 int D_Iteration_Julia (VECTOR point, FRACTAL * Julia, DBL * Dist);
63 int Iteration_z3 (VECTOR point, FRACTAL * Julia);
64 int D_Iteration_z3 (VECTOR point, FRACTAL * Julia, DBL * Dist);
H A Dfractal.cpp160 FRACTAL *Fractal = (FRACTAL *) Object; in All_Fractal_Intersections()
391 FRACTAL *Fractal = (FRACTAL *) Object; in Inside_Fractal()
559 FRACTAL *Fractal = (FRACTAL *) Object; in Transform_Fractal()
561 if (((FRACTAL *) Object)->Trans == NULL) in Transform_Fractal()
597 ((FRACTAL *) Object)->Inverted ^= true; in Invert_Fractal()
688 FRACTAL *Create_Fractal() in Create_Fractal()
690 FRACTAL *New; in Create_Fractal()
692 New = (FRACTAL *) POV_MALLOC(sizeof(FRACTAL), "Fractal Set"); in Create_Fractal()
766 FRACTAL *New; in Copy_Fractal()
770 *New = *((FRACTAL *) Object); in Copy_Fractal()
[all …]
H A Dfractal.h81 typedef struct Fractal_Struct FRACTAL; typedef
83 typedef void (*NORMAL_CALC_METHOD) (VECTOR, int, FRACTAL *);
84 typedef int (*ITERATION_METHOD) (VECTOR, FRACTAL *);
85 typedef int (*D_ITERATION_METHOD) (VECTOR, FRACTAL *, DBL *);
86 typedef int (*F_BOUND_METHOD) (RAY *, FRACTAL *, DBL *, DBL *);
130 FRACTAL *Create_Fractal (void);
131 void SetUp_Fractal (FRACTAL * Fractal);
/dports/graphics/povray36/povray-3.6.1/source/
H A Dhcmplx.h53 int F_Bound_HCompl (RAY *, FRACTAL *, DBL *, DBL *);
54 void Normal_Calc_HCompl (VECTOR, int, FRACTAL *);
55 int Iteration_HCompl (VECTOR, FRACTAL *);
56 int D_Iteration_HCompl (VECTOR, FRACTAL *, DBL *);
58 int F_Bound_HCompl_z3 (RAY *, FRACTAL *, DBL *, DBL *);
59 void Normal_Calc_HCompl_z3 (VECTOR, int, FRACTAL *);
60 int Iteration_HCompl_z3 (VECTOR, FRACTAL *);
61 int D_Iteration_HCompl_z3 (VECTOR, FRACTAL *, DBL *);
65 int Iteration_HCompl_Reciprocal (VECTOR, FRACTAL *);
69 void Normal_Calc_HCompl_Func (VECTOR, int, FRACTAL *);
[all …]
H A Dquatern.h53 int F_Bound_Julia (RAY * Ray, FRACTAL * Fractal, DBL * Depth_Min, DBL * Depth_Max);
54 void Normal_Calc_Julia (VECTOR Result, int N_Max, FRACTAL *fractal);
55 void Normal_Calc_z3 (VECTOR Result, int N_Max, FRACTAL *fractal);
56 int Iteration_Julia (VECTOR point, FRACTAL * Julia);
57 int D_Iteration_Julia (VECTOR point, FRACTAL * Julia, DBL * Dist);
58 int Iteration_z3 (VECTOR point, FRACTAL * Julia);
59 int D_Iteration_z3 (VECTOR point, FRACTAL * Julia, DBL * Dist);
H A Dfractal.cpp152 FRACTAL *Fractal = (FRACTAL *) Object; in All_Fractal_Intersections()
383 FRACTAL *Fractal = (FRACTAL *) Object; in Inside_Fractal()
551 FRACTAL *Fractal = (FRACTAL *) Object; in Transform_Fractal()
553 if (((FRACTAL *) Object)->Trans == NULL) in Transform_Fractal()
589 ((FRACTAL *) Object)->Inverted ^= true; in Invert_Fractal()
680 FRACTAL *Create_Fractal() in Create_Fractal()
682 FRACTAL *New; in Create_Fractal()
684 New = (FRACTAL *) POV_MALLOC(sizeof(FRACTAL), "Fractal Set"); in Create_Fractal()
758 FRACTAL *New; in Copy_Fractal()
762 *New = *((FRACTAL *) Object); in Copy_Fractal()
[all …]
H A Dfractal.h76 typedef struct Fractal_Struct FRACTAL; typedef
78 typedef void (*NORMAL_CALC_METHOD) (VECTOR, int, FRACTAL *);
79 typedef int (*ITERATION_METHOD) (VECTOR, FRACTAL *);
80 typedef int (*D_ITERATION_METHOD) (VECTOR, FRACTAL *, DBL *);
81 typedef int (*F_BOUND_METHOD) (RAY *, FRACTAL *, DBL *, DBL *);
121 FRACTAL *Create_Fractal (void);
122 void SetUp_Fractal (FRACTAL * Fractal);
/dports/multimedia/qmmp-plugin-pack-qt5/qmmp-plugin-pack-1.5.2/src/Visual/goom/
H A Difs.c111 typedef struct Fractal_Struct FRACTAL; typedef
139 FRACTAL *Root;
140 FRACTAL *Cur_F;
188 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
202 free_ifs (FRACTAL * Fractal) in free_ifs()
213 FRACTAL *Fractal; in init_ifs()
218 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
342 FRACTAL *F = data->Root; in Draw_Fractal()
390 FRACTAL *F; in draw_ifs()
464 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/goom/
H A Difs.c115 typedef struct Fractal_Struct FRACTAL; typedef
143 FRACTAL *Root;
144 FRACTAL *Cur_F;
192 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
206 free_ifs (FRACTAL * Fractal) in free_ifs()
217 FRACTAL *Fractal; in init_ifs()
222 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
346 FRACTAL *F = data->Root; in Draw_Fractal()
394 FRACTAL *F; in draw_ifs()
468 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/goom/
H A Difs.c109 typedef struct Fractal_Struct FRACTAL; typedef
138 FRACTAL *Root;
139 FRACTAL *Cur_F;
187 free_ifs_buffers (FRACTAL * Fractal) in free_ifs_buffers()
201 free_ifs (FRACTAL * Fractal) in free_ifs()
212 FRACTAL *Fractal; in init_ifs()
217 data->Root = (FRACTAL *) malloc (sizeof (FRACTAL)); in init_ifs()
339 FRACTAL *F = data->Root; in Draw_Fractal()
387 FRACTAL *F; in draw_ifs()
461 data->Root = (FRACTAL *) NULL; in release_ifs()
[all …]

1234567