Searched refs:f_slop_y (Results 1 – 1 of 1) sorted by relevance
1735 const gdFixed f_slop_y = f_sin; in gdImageRotateGeneric() local1737 const gdFixed f_slop = f_slop_x > 0 && f_slop_y > 0 ? in gdImageRotateGeneric()1738 (f_slop_x > f_slop_y ? gd_divfx(f_slop_y, f_slop_x) : gd_divfx(f_slop_x, f_slop_y)) in gdImageRotateGeneric()
Completed in 12 milliseconds