Home
last modified time | relevance | path

Searched refs:dst1 (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/ext/gd/libgd/
H A Dgd_rotate.c350 gdImagePtr dst1,dst2,dst3; in gdImageRotate45() local
374 if (dst1 == NULL) { in gdImageRotate45()
380 gdImageAlphaBlending(dst1, 0); in gdImageRotate45()
385 return dst1; in gdImageRotate45()
388 gdImagePaletteCopy (dst1, src); in gdImageRotate45()
392 dst1->transparent = src->transparent; in gdImageRotate45()
403 for (u = 0; u < dst1->sy; u++) { in gdImageRotate45()
426 newx = dst1->sx; in gdImageRotate45()
443 gdImageDestroy(dst1); in gdImageRotate45()
454 dst2->transparent = dst1->transparent; in gdImageRotate45()
[all …]

Completed in 5 milliseconds