Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd_arc_f_buggy.c27 int angle;
218 angle = s;
232 angle = s;
561 angle += 360;
563 angle -= 360;
593 if ((angle > 90) && (angle < 180))
595 angle = 180 - angle;
598 if ((angle > 180) && (angle < 270))
600 angle = angle - 180;
604 if ((angle > 270) && (angle < 360))
[all …]
H A Dgdtestft.c47 double angle = 0.; in main()
49 double angle = DEG2RAD (-90); in main()
60 err = gdImageStringFT ((gdImagePtr) NULL, &brect[0], 0, f, sz, angle, 0, 0, s); in main()
87 err = gdImageStringFT (im, NULL, black, f, sz, angle, x, y, s); in main()
H A Dgdft.c40 double ptsize, double angle, int x, int y, char *string) in gdImageStringTTF() argument
43 return gdImageStringFT (im, brect, fg, fontlist, ptsize, angle, x, y, string); in gdImageStringTTF()
49 double ptsize, double angle, int x, int y, char *string, in gdImageStringFTEx() argument
57 double ptsize, double angle, int x, int y, char *string) in gdImageStringFT() argument
767 double ptsize, double angle, int x, int y, char *string) argument
769 return gdImageStringFTEx(im, brect, fg, fontlist, ptsize, angle, x, y, string, 0);
773 gdImageStringFTEx (gdImage * im, int *brect, int fg, char *fontlist, double ptsize, double angle, i… argument
783 double sin_a = sin (angle);
784 double cos_a = cos (angle);
1121 double d1 = sin (angle + 0.78539816339744830962);
[all …]
H A Dgd.h342 double ptsize, double angle, int x, int y, char *string);
346 double ptsize, double angle, int x, int y, char *string);
372 double ptsize, double angle, int x, int y, char * string,
/PHP-5.3/ext/gd/tests/
H A Dbug43073.phpt2 Bug #43073 (TrueType bounding box is wrong for angle<>0) freetype < 2.4.10
23 for ($angle = 0.0; $angle < 360.0; $angle += $delta_t) {
24 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
H A Dbug43073_1.phpt2 Bug #43073 (TrueType bounding box is wrong for angle<>0) freetype >= 2.4.10
23 for ($angle = 0.0; $angle < 360.0; $angle += $delta_t) {
24 $bbox = imagettftext($g, 24, $angle, 400+$x, 400+$y, $black, $font, 'ABCDEF');
H A Dimagearc_variation1.phpt2 Testing passing negative end angle to imagearc() of GD library
H A Dimagearc_variation2.phpt2 Testing passing negative start angle to imagearc() of GD library
H A Dimagefilledarc_variation1.phpt2 Testing passing negative end angle to imagefilledarc() of GD library
H A Dimagefilledarc_variation2.phpt2 Testing passing negative start angle to imagefilledarc() of GD library
/PHP-5.3/ext/xml/tests/
H A Dbug26528.phpt9 $sample = "<?xml version=\"1.0\"?><test attr=\"angle&lt;bracket\"/>";
28 string(13) "angle<bracket"
/PHP-5.3/ext/standard/tests/math/
H A Dhypot_error.phpt6 * Description: Calculate the length of the hypotenuse of a right-angle triangle.
H A Dhypot_variation1.phpt6 * Description: Calculate the length of the hypotenuse of a right-angle triangle
H A Dhypot_variation2.phpt6 * Description: Calculate the length of the hypotenuse of a right-angle triangle
H A Dhypot_basic.phpt9 * Description: Calculate the length of the hypotenuse of a right-angle triangle.
/PHP-5.3/ext/gd/
H A Dgd.c303 ZEND_ARG_INFO(0, angle)
732 ZEND_ARG_INFO(0, angle)
741 ZEND_ARG_INFO(0, angle)
753 ZEND_ARG_INFO(0, angle)
761 ZEND_ARG_INFO(0, angle)
3897 double ptsize, angle; in php_imagettftext_common() local
3925 angle = angle * (M_PI/180); in php_imagettftext_common()
4293 if (angle) { in PHP_FUNCTION()
4380 angle = angle * M_PI / 180; in PHP_FUNCTION()
4381 sin_a = sin(angle); in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/mbstring/
H A DREADME_PHP3-i18n-ja756 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf",
761 ImageTTFText($im,$size,$angle,$x1,$y1,$color,"/path/to/font.ttf","���ܸ�");
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput81152 A missing angle <user\@some.where
1744 A missing angle <user\@some.where
H A Dtestinput1669 A missing angle <user\@some.where
1261 A missing angle <user\@some.where
H A Dtestoutput28057 Failed: \g is not followed by a braced, angle-bracketed, or quoted name/number or by a plain number…
9090 Failed: \k is not followed by a braced, angle-bracketed, or quoted name at offset 2
9093 Failed: \k is not followed by a braced, angle-bracketed, or quoted name at offset 5
9141 Failed: \g is not followed by a braced, angle-bracketed, or quoted name/number or by a plain number…
H A Dtestoutput11149 A missing angle <user\@some.where
1750 A missing angle <user\@some.where
H A Dtestoutput82072 A missing angle <user\@some.where
2677 A missing angle <user\@some.where
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2375 57 \g is not followed by a braced, angle-bracketed, or quoted
2390 69 \k is not followed by a braced, angle-bracketed, or quoted name
4860 name or a number enclosed either in angle brackets or single quotes, is
6668 recursion. Consider this pattern, which matches text in angle brack-
6816 name or a number enclosed either in angle brackets or single quotes, is
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog771 31. If \k was not followed by a braced, angle-bracketed, or quoted name, PCRE
2049 line "#include <pcre.h>" was included in pcre_internal.h. The use of angle
/PHP-5.3/
H A DNEWS3432 - Fixed bug #43073 (TrueType bounding box is wrong for angle<>0).
4960 - Fixed bug #39366 (imagerotate does not use alpha with angle > 45 degrees)

Completed in 170 milliseconds