Searched defs:angle (Results 1 – 6 of 6) sorted by relevance
/php-src/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 | 1614 static int gdRotatedImageSize(gdImagePtr src, const float angle, gdRectPtr bbox) in gdRotatedImageSize() 2135 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor) in gdImageRotateInterpolated()
|
/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | value.h | 118 lxb_css_value_angle_t angle; member 127 lxb_css_value_angle_t angle; member
|
/php-src/ext/gd/ |
H A D | gd.stub.php | 534 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 D | gd.c | 3340 double ptsize, angle; in php_imagettftext_common() local 4138 double angle; in PHP_FUNCTION() local
|
Completed in 33 milliseconds