|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | ROTATE_DEG2RAD 3.1415926535897932384626433832795/180 |
Functions | |
| void | gdImageSkewX (gdImagePtr dst, gdImagePtr src, int uRow, int iOffset, double dWeight, int clrBack, int ignoretransparent) |
| void | gdImageSkewY (gdImagePtr dst, gdImagePtr src, int uCol, int iOffset, double dWeight, int clrBack, int ignoretransparent) |
| gdImagePtr | gdImageRotate90 (gdImagePtr src, int ignoretransparent) |
| gdImagePtr | gdImageRotate180 (gdImagePtr src, int ignoretransparent) |
| gdImagePtr | gdImageRotate270 (gdImagePtr src, int ignoretransparent) |
| #define ROTATE_DEG2RAD 3.1415926535897932384626433832795/180 |
Definition at line 15 of file gd_rotate.c.
| gdImagePtr gdImageRotate180 | ( | gdImagePtr | src, |
| int | ignoretransparent ) |
Definition at line 248 of file gd_rotate.c.
| gdImagePtr gdImageRotate270 | ( | gdImagePtr | src, |
| int | ignoretransparent ) |
Definition at line 296 of file gd_rotate.c.
| gdImagePtr gdImageRotate90 | ( | gdImagePtr | src, |
| int | ignoretransparent ) |
Definition at line 201 of file gd_rotate.c.
| void gdImageSkewX | ( | gdImagePtr | dst, |
| gdImagePtr | src, | ||
| int | uRow, | ||
| int | iOffset, | ||
| double | dWeight, | ||
| int | clrBack, | ||
| int | ignoretransparent ) |
Definition at line 16 of file gd_rotate.c.
| void gdImageSkewY | ( | gdImagePtr | dst, |
| gdImagePtr | src, | ||
| int | uCol, | ||
| int | iOffset, | ||
| double | dWeight, | ||
| int | clrBack, | ||
| int | ignoretransparent ) |
Definition at line 113 of file gd_rotate.c.