Searched defs:angle (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_matrix.c | 197 int gdAffineRotate (double dst[6], const double angle) in gdAffineRotate() 222 int gdAffineShearHorizontal(double dst[6], const double angle) in gdAffineShearHorizontal() 244 int gdAffineShearVertical(double dst[6], const double angle) in gdAffineShearVertical()
|
H A D | gdft.c | 40 double ptsize, double angle, int x, int y, char *string) in gdImageStringTTF() 49 double ptsize, double angle, int x, int y, char *string, in gdImageStringFTEx() 57 double ptsize, double angle, int x, int y, char *string) in gdImageStringFT() 821 double ptsize, double angle, int x, int y, char *string) 827 gdImageStringFTEx (gdImage * im, int *brect, int fg, char *fontlist, double ptsize, double angle, i…
|
H A D | gd_interpolation.c | 1624 static int gdRotatedImageSize(gdImagePtr src, const float angle, gdRectPtr bbox) in gdRotatedImageSize() 2145 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor) in gdImageRotateInterpolated()
|
/PHP-8.2/ext/gd/ |
H A D | gd.stub.php | 535 function imagerotate(GdImage $image, float $angle, int $background_color, bool $ignore_transparent … 734 function imageftbbox(float $size, float $angle, string $font_filename, string $string, array $optio… 740 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string … 746 function imagettfbbox(float $size, float $angle, string $font_filename, string $string, array $opti… 752 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string…
|
H A D | gd.c | 3073 double ptsize, angle; in php_imagettftext_common() local 3807 double angle; in PHP_FUNCTION() local
|
Completed in 48 milliseconds