Home
last modified time | relevance | path

Searched refs:_angle (Results 1 – 1 of 1) sorted by path

/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c1717 …ed int new_width = (unsigned int)(abs((int)(src_w * cos(_angle))) + abs((int)(src_h * sin(_angle))… in gdImageRotateNearestNeighbour()
1718 …d int new_height = (unsigned int)(abs((int)(src_w * sin(_angle))) + abs((int)(src_h * cos(_angle))… in gdImageRotateNearestNeighbour()
1722 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateNearestNeighbour()
1723 const gdFixed f_sin = gd_ftofx(sin(-_angle)); in gdImageRotateNearestNeighbour()
1771 …ed int new_width = (unsigned int)(abs((int)(src_w * cos(_angle))) + abs((int)(src_h * sin(_angle))… in gdImageRotateGeneric()
1772 …d int new_height = (unsigned int)(abs((int)(src_w * sin(_angle))) + abs((int)(src_h * cos(_angle))… in gdImageRotateGeneric()
1776 const gdFixed f_cos = gd_ftofx(cos(-_angle)); in gdImageRotateGeneric()
1834 unsigned int new_width = abs((int)(src_w*cos(_angle))) + abs((int)(src_h*sin(_angle) + 0.5f)); in gdImageRotateBilinear()
1835 unsigned int new_height = abs((int)(src_w*sin(_angle))) + abs((int)(src_h*cos(_angle) + 0.5f)); in gdImageRotateBilinear()
1949 …const unsigned int new_width = abs((int)(src_w*cos(_angle))) + abs((int)(src_h*sin(_angle) + 0.5f)… in gdImageRotateBicubicFixed()
[all …]

Completed in 23 milliseconds