Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/tests/
H A Dbug66882.phpt2 Bug #66882 (imagerotate by -90 degrees truncates image by 1px)
H A Dbug24155.phpt22 // Uniform fill + n x 90degrees rotation , the color value does not change
/PHP-7.0/ext/zlib/tests/
H A Dbug61287.phpt10 'degrees' => array(),
/PHP-7.0/ext/standard/tests/math/
H A Dacos_basic.phpt16 //output is in degrees
H A Dasin_basic.phpt16 //output is in degrees
/PHP-7.0/ext/gd/libgd/
H A Dgd.h847 gdImagePtr gdImageRotateNearestNeighbour(gdImagePtr src, const float degrees, const int bgColor);
848 gdImagePtr gdImageRotateBilinear(gdImagePtr src, const float degrees, const int bgColor);
849 gdImagePtr gdImageRotateBicubicFixed(gdImagePtr src, const float degrees, const int bgColor);
850 gdImagePtr gdImageRotateGeneric(gdImagePtr src, const float degrees, const int bgColor);
H A Dgd_interpolation.c1741 float _angle = ((float) (-degrees / 180.0f) * (float)M_PI); in gdImageRotateNearestNeighbour()
1757 gdRotatedImageSize(src, degrees, &bbox); in gdImageRotateNearestNeighbour()
1796 gdImagePtr gdImageRotateGeneric(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateGeneric() argument
1798 float _angle = ((float) (-degrees / 180.0f) * (float)M_PI); in gdImageRotateGeneric()
1799 const int angle_rounded = (int)floor(degrees * 100); in gdImageRotateGeneric()
1826 gdRotatedImageSize(src, degrees, &bbox); in gdImageRotateGeneric()
1864 gdImagePtr gdImageRotateBilinear(gdImagePtr src, const float degrees, const int bgColor) in gdImageRotateBilinear() argument
1866 float _angle = (float)((- degrees / 180.0f) * M_PI); in gdImageRotateBilinear()
1883 gdRotatedImageSize(src, degrees, &bbox); in gdImageRotateBilinear()
1981 const float _angle = (float)((- degrees / 180.0f) * M_PI); in gdImageRotateBicubicFixed()
[all …]
/PHP-7.0/ext/gd/
H A Dgd.c2039 double degrees; in PHP_FUNCTION() local
2043 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rdl|l", &SIM, &degrees, &color, &ignoretransparent) ==… in PHP_FUNCTION()
2051 im_dst = gdImageRotateInterpolated(im_src, (const float)degrees, color); in PHP_FUNCTION()
/PHP-7.0/
H A DNEWS2512 . Fixed bug #66882 (imagerotate by -90 degrees truncates image by 1px). (cmb)

Completed in 56 milliseconds