Searched refs:F_PT (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | ifs.c | 81 typedef int F_PT; typedef 106 #define DBL_To_F_PT(x) (F_PT)( (DBL)(UNIT)*(x) ) 116 F_PT Ct, St, Ct2, St2; 117 F_PT Cx, Cy; 118 F_PT R, R2; 290 Transform (SIMI * Simi, F_PT xo, F_PT yo, F_PT * x, F_PT * y) in Transform() 292 F_PT xx, yy; in Transform() 313 Trace (FRACTAL * F, F_PT xo, F_PT yo, IfsData * data) in Trace() 315 F_PT x, y, i; in Trace() 341 F_PT x, y, xo, yo; in Draw_Fractal()
|