Home
last modified time | relevance | path

Searched defs:angle (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/gd/libgd/
H A Dgd_matrix.c197 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 Dgdft.c40 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()
811 double ptsize, double angle, int x, int y, char *string)
817 gdImageStringFTEx (gdImage * im, int *brect, int fg, char *fontlist, double ptsize, double angle, i…
H A Dgd_interpolation.c1594 static int gdRotatedImageSize(gdImagePtr src, const float angle, gdRectPtr bbox) in gdRotatedImageSize()
2115 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor) in gdImageRotateInterpolated()
/PHP-8.1/ext/gd/
H A Dgd.stub.php72 function imagerotate(GdImage $image, float $angle, int $background_color, bool $ignore_transparent …
271 function imageftbbox(float $size, float $angle, string $font_filename, string $string, array $optio…
277 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string …
283 function imagettfbbox(float $size, float $angle, string $font_filename, string $string, array $opti…
289 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string…
H A Dgd.c3219 double ptsize, angle; in php_imagettftext_common() local
3939 double angle; in PHP_FUNCTION() local

Completed in 31 milliseconds