Searched refs:degrees (Results 1 – 6 of 6) sorted by relevance
/PHP-5.4/ext/zlib/tests/ |
H A D | bug61287.phpt | 10 'degrees' => array(),
|
/PHP-5.4/ext/gd/tests/ |
H A D | bug24155.phpt | 22 // Uniform fill + n x 90degrees rotation , the color value does not change
|
/PHP-5.4/ext/standard/tests/math/ |
H A D | asin_basic.phpt | 16 //output is in degrees
|
H A D | acos_basic.phpt | 16 //output is in degrees
|
/PHP-5.4/ext/gd/ |
H A D | gd.c | 2138 double degrees; in PHP_FUNCTION() local 2142 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rdl|l", &SIM, °rees, &color, &ignoretrans… in PHP_FUNCTION() 2148 im_dst = gdImageRotate(im_src, degrees, color, ignoretransparent); in PHP_FUNCTION()
|
/PHP-5.4/ |
H A D | NEWS | 6821 - Fixed bug #39366 (imagerotate does not use alpha with angle > 45 degrees)
|
Completed in 46 milliseconds