pMidImg           507 ext/gd/libgd/gd_rotate.c 	gdImagePtr pMidImg;
pMidImg           537 ext/gd/libgd/gd_rotate.c 		pMidImg = gdImageRotate90 (src, ignoretransparent);
pMidImg           540 ext/gd/libgd/gd_rotate.c 		pMidImg = gdImageRotate180 (src, ignoretransparent);
pMidImg           543 ext/gd/libgd/gd_rotate.c 		pMidImg = gdImageRotate270 (src, ignoretransparent);
pMidImg           549 ext/gd/libgd/gd_rotate.c 	if (pMidImg == NULL) {
pMidImg           553 ext/gd/libgd/gd_rotate.c 	rotatedImg = gdImageRotate45 (pMidImg, dAngle, clrBack, ignoretransparent);
pMidImg           554 ext/gd/libgd/gd_rotate.c 	gdImageDestroy(pMidImg);