Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c1763 const gdFixed f_slop_x = f_cos; in gdImageRotateGeneric() local
1764 const gdFixed f_slop = f_slop_x > 0 && f_slop_x > 0 ? in gdImageRotateGeneric()
1765 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 84 milliseconds