Home
last modified time | relevance | path

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

/php-src/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()
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 Dgd_interpolation.c1584 static int gdRotatedImageSize(gdImagePtr src, const float angle, gdRectPtr bbox) in gdRotatedImageSize()
2105 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor) in gdImageRotateInterpolated()
/php-src/ext/dom/lexbor/lexbor/css/
H A Dvalue.h118 lxb_css_value_angle_t angle; member
127 lxb_css_value_angle_t angle; member
/php-src/ext/gd/
H A Dgd.stub.php534 function imagerotate(GdImage $image, float $angle, int $background_color): GdImage|false {}
733 function imageftbbox(float $size, float $angle, string $font_filename, string $string, array $optio…
739 function imagefttext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string …
745 function imagettfbbox(float $size, float $angle, string $font_filename, string $string, array $opti…
751 function imagettftext(GdImage $image, float $size, float $angle, int $x, int $y, int $color, string…
H A Dgd.c3360 double ptsize, angle; in php_imagettftext_common() local
4146 double angle; in PHP_FUNCTION() local

Completed in 52 milliseconds